Show / Hide Table of Contents

Class LfA2aV1AuthenticationInfo

Defines authentication details, used for push notifications.

Inheritance
object
LfA2aV1AuthenticationInfo
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.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class LfA2aV1AuthenticationInfo : IDirectResponseSchema

Properties

Credentials

Push Notification credentials. Format depends on the scheme (e.g., token for Bearer).

Declaration
[JsonProperty("credentials")]
public virtual string Credentials { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Scheme

Required. HTTP Authentication Scheme from the IANA registry. Examples: Bearer, Basic, Digest. Scheme names are case-insensitive per RFC 9110 Section 11.1.

Declaration
[JsonProperty("scheme")]
public virtual string Scheme { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX