public sealed class EndUserAuthConfig.Types.Oauth2JwtBearerConfig : IMessage<EndUserAuthConfig.Types.Oauth2JwtBearerConfig>, IEquatable<EndUserAuthConfig.Types.Oauth2JwtBearerConfig>, IDeepCloneable<EndUserAuthConfig.Types.Oauth2JwtBearerConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageEndUserAuthConfigTypesOauth2JwtBearerConfig, IEquatableEndUserAuthConfigTypesOauth2JwtBearerConfig, IDeepCloneableEndUserAuthConfigTypesOauth2JwtBearerConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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 |
|