Class EndUserAuthConfig
End-user authentication configuration used for Connection calls. The field values must be the names of context
variables in the format $context.variables..
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class EndUserAuthConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Oauth2AuthCodeConfig
Oauth 2.0 Authorization Code authentication.
Declaration
[JsonProperty("oauth2AuthCodeConfig")]
public virtual EndUserAuthConfigOauth2AuthCodeConfig Oauth2AuthCodeConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| EndUserAuthConfigOauth2AuthCodeConfig |
Oauth2JwtBearerConfig
JWT Profile Oauth 2.0 Authorization Grant authentication.
Declaration
[JsonProperty("oauth2JwtBearerConfig")]
public virtual EndUserAuthConfigOauth2JwtBearerConfig Oauth2JwtBearerConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| EndUserAuthConfigOauth2JwtBearerConfig |