Class: Google::Cloud::Connectors::V1::AuthConfig::Oauth2JwtBearer::JwtClaims
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::AuthConfig::Oauth2JwtBearer::JwtClaims
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/authconfig.rb
Overview
JWT claims used for the jwt-bearer authorization grant.
Instance Attribute Summary collapse
-
#audience ⇒ ::String
Value for the "aud" claim.
-
#issuer ⇒ ::String
Value for the "iss" claim.
-
#subject ⇒ ::String
Value for the "sub" claim.
Instance Attribute Details
#audience ⇒ ::String
Returns Value for the "aud" claim.
85 86 87 88 |
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 85 class JwtClaims include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |