Class LfA2aV1AuthenticationInfo
Defines authentication details, used for push notifications.
Implements
Inherited Members
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 |