Connectors V1 API - Class Google::Cloud::Connectors::V1::AuthConfig::Oauth2JwtBearer::JwtClaims (v0.1.0)

Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::AuthConfig::Oauth2JwtBearer::JwtClaims.

JWT claims used for the jwt-bearer authorization grant.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#audience

def audience() -> ::String
Returns
  • (::String) — Value for the "aud" claim.

#audience=

def audience=(value) -> ::String
Parameter
  • value (::String) — Value for the "aud" claim.
Returns
  • (::String) — Value for the "aud" claim.

#issuer

def issuer() -> ::String
Returns
  • (::String) — Value for the "iss" claim.

#issuer=

def issuer=(value) -> ::String
Parameter
  • value (::String) — Value for the "iss" claim.
Returns
  • (::String) — Value for the "iss" claim.

#subject

def subject() -> ::String
Returns
  • (::String) — Value for the "sub" claim.

#subject=

def subject=(value) -> ::String
Parameter
  • value (::String) — Value for the "sub" claim.
Returns
  • (::String) — Value for the "sub" claim.