Method: Google::Auth::Credentials#token_credential_uri

Defined in:
lib/googleauth/credentials.rb

#token_credential_uriString (readonly)

Returns The token credential URI. The URI is the authorization server's HTTP endpoint capable of issuing tokens and refreshing expired tokens.

Returns:

  • (String)

    The token credential URI. The URI is the authorization server's HTTP endpoint capable of issuing tokens and refreshing expired tokens.



354
355
356
357
# File 'lib/googleauth/credentials.rb', line 354

def_delegators :@client,
:token_credential_uri, :audience,
:scope, :issuer, :signing_key, :updater_proc, :target_audience,
:universe_domain, :universe_domain=, :logger, :logger=