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

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

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

Oauth 2.0 Authorization Code authentication configuration.

Inheritance

object > EndUserAuthConfig.Types.Oauth2AuthCodeConfig

Namespace

Google.Cloud.Ces.V1

Assembly

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