Gemini Enterprise for Customer Experience v1 API - Class EndUserAuthConfig.Types.Oauth2JwtBearerConfig (1.0.0-beta01)

public sealed class EndUserAuthConfig.Types.Oauth2JwtBearerConfig : IMessage<EndUserAuthConfig.Types.Oauth2JwtBearerConfig>, IEquatable<EndUserAuthConfig.Types.Oauth2JwtBearerConfig>, IDeepCloneable<EndUserAuthConfig.Types.Oauth2JwtBearerConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class EndUserAuthConfig.Types.Oauth2JwtBearerConfig.

JWT Profile Oauth 2.0 Authorization Grant authentication configuration.

Inheritance

object > EndUserAuthConfig.Types.Oauth2JwtBearerConfig

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

Oauth2JwtBearerConfig()

public Oauth2JwtBearerConfig()

Oauth2JwtBearerConfig(Oauth2JwtBearerConfig)

public Oauth2JwtBearerConfig(EndUserAuthConfig.Types.Oauth2JwtBearerConfig other)
Parameter
Name Description
other EndUserAuthConfigTypesOauth2JwtBearerConfig

Properties

ClientKey

public string ClientKey { get; set; }

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

Property Value
Type Description
string

Issuer

public string Issuer { get; set; }

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

Property Value
Type Description
string

Subject

public string Subject { get; set; }

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

Property Value
Type Description
string