Class EndUserAuthConfigOauth2AuthCodeConfig
Oauth 2.0 Authorization Code authentication configuration.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class EndUserAuthConfigOauth2AuthCodeConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OauthToken
Required. Oauth token parameter name to pass through. Must be in the format $context.variables..
Declaration
[JsonProperty("oauthToken")]
public virtual string OauthToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |