Class: Google::Cloud::Connectors::V1::AuthConfig::Oauth2JwtBearer::JwtClaims

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#audience::String

Returns Value for the "aud" claim.

Returns:

  • (::String)

    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

#issuer::String

Returns Value for the "iss" claim.

Returns:

  • (::String)

    Value for the "iss" 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

#subject::String

Returns Value for the "sub" claim.

Returns:

  • (::String)

    Value for the "sub" 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