Show / Hide Table of Contents

Class AuthenticationInfo

Defines authentication details, used for push notifications.

Inheritance
object
AuthenticationInfo
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX