Method: Google::Auth::Credentials.token_credential_uri=
- Defined in:
- lib/googleauth/credentials.rb
.token_credential_uri=(new_token_credential_uri) ⇒ Object
Set the default token credential URI to be used when none is provided during initialization.
103 104 105 |
# File 'lib/googleauth/credentials.rb', line 103 def self.token_credential_uri= new_token_credential_uri @token_credential_uri = new_token_credential_uri end |