Class Google::Auth::DefaultCredentials
In: lib/googleauth/default_credentials.rb
Parent: Object

DefaultCredentials is used to preload the credentials file, to determine which type of credentials should be loaded.

Methods

Public Class methods

Reads the input json and determines which creds class to use.

override CredentialsLoader#make_creds to use the class determined by loading the json.

[Validate]