Class: K8y::REST::Auth::Providers::GCP::ApplicationDefaultProvider

Inherits:
ProviderBase show all
Defined in:
lib/k8y/rest/auth/providers/gcp/application_default_provider.rb

Constant Summary collapse

SCOPES =
[
  "https://www.googleapis.com/auth/cloud-platform",
  "https://www.googleapis.com/auth/userinfo.email",
]

Method Summary

Methods inherited from ProviderBase

#configure_connection, #generate_token!

Methods inherited from AuthBase

#configure_connection