Show / Hide Table of Contents

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..

Inheritance
object
EndUserAuthConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX