Class AuthenticationInfo
Defines authentication details, used for push notifications.
Implements
Inherited Members
Namespace: Google.Apis.WorkspaceEvents.v1.Data
Assembly: Google.Apis.WorkspaceEvents.v1.dll
Syntax
public class AuthenticationInfo : IDirectResponseSchema
Properties
Credentials
Optional credentials
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 |
Schemes
Supported authentication schemes - e.g. Basic, Bearer, etc
Declaration
[JsonProperty("schemes")]
public virtual IList<string> Schemes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |