Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::EndUserAuthConfig::Oauth2JwtBearerConfig (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::EndUserAuthConfig::Oauth2JwtBearerConfig.

JWT Profile Oauth 2.0 Authorization Grant authentication configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#client_key

def client_key() -> ::String
Returns
  • (::String) — Required. Client parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

#client_key=

def client_key=(value) -> ::String
Parameter
  • value (::String) — 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>.

#issuer

def issuer() -> ::String
Returns
  • (::String) — Required. Issuer parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

#issuer=

def issuer=(value) -> ::String
Parameter
  • value (::String) — 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>.

#subject

def subject() -> ::String
Returns
  • (::String) — Required. Subject parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

#subject=

def subject=(value) -> ::String
Parameter
  • value (::String) — 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>.