Class: Google::Cloud::Ces::V1beta::EndUserAuthConfig::Oauth2JwtBearerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::EndUserAuthConfig::Oauth2JwtBearerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/auth.rb
Overview
JWT Profile Oauth 2.0 Authorization Grant authentication configuration.
Instance Attribute Summary collapse
-
#client_key ⇒ ::String
Required.
-
#issuer ⇒ ::String
Required.
-
#subject ⇒ ::String
Required.
Instance Attribute Details
#client_key ⇒ ::String
Returns Required. Client parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
175 176 177 178 |
# File 'proto_docs/google/cloud/ces/v1beta/auth.rb', line 175 class Oauth2JwtBearerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issuer ⇒ ::String
Returns Required. Issuer parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
175 176 177 178 |
# File 'proto_docs/google/cloud/ces/v1beta/auth.rb', line 175 class Oauth2JwtBearerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subject ⇒ ::String
Returns Required. Subject parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
175 176 177 178 |
# File 'proto_docs/google/cloud/ces/v1beta/auth.rb', line 175 class Oauth2JwtBearerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |