Class: Google::Cloud::Ces::V1::EndUserAuthConfig::Oauth2JwtBearerConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1/auth.rb

Overview

JWT Profile Oauth 2.0 Authorization Grant authentication configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#client_key::String

Returns Required. Client parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

Returns:

  • (::String)

    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/v1/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>.

Returns:

  • (::String)

    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/v1/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>.

Returns:

  • (::String)

    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/v1/auth.rb', line 175

class Oauth2JwtBearerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end