public sealed class EndUserAuthConfig.Types.Oauth2AuthCodeConfig : IMessage<EndUserAuthConfig.Types.Oauth2AuthCodeConfig>, IEquatable<EndUserAuthConfig.Types.Oauth2AuthCodeConfig>, IDeepCloneable<EndUserAuthConfig.Types.Oauth2AuthCodeConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class EndUserAuthConfig.Types.Oauth2AuthCodeConfig.
Oauth 2.0 Authorization Code authentication configuration.
Implements
IMessageEndUserAuthConfigTypesOauth2AuthCodeConfig, IEquatableEndUserAuthConfigTypesOauth2AuthCodeConfig, IDeepCloneableEndUserAuthConfigTypesOauth2AuthCodeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
Oauth2AuthCodeConfig()
public Oauth2AuthCodeConfig()Oauth2AuthCodeConfig(Oauth2AuthCodeConfig)
public Oauth2AuthCodeConfig(EndUserAuthConfig.Types.Oauth2AuthCodeConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
EndUserAuthConfigTypesOauth2AuthCodeConfig |
Properties
OauthToken
public string OauthToken { get; set; }Required. Oauth token parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
| Property Value | |
|---|---|
| Type | Description |
string |
|