Method: Google::Auth::Credentials#audience
- Defined in:
- lib/googleauth/credentials.rb
#audience ⇒ String (readonly)
Returns The target audience ID when issuing assertions. Used only by the assertion grant type.
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= |