Show / Hide Table of Contents

Class TwoLeggedOAuth

Message describing TwoLeggedOAuth object.

Inheritance
object
TwoLeggedOAuth
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.AgentIdentity.v1beta.Data
Assembly: Google.Apis.AgentIdentity.v1beta.dll
Syntax
public class TwoLeggedOAuth : IDirectResponseSchema

Properties

ClientId

Optional. The client ID of the OAuth client.

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

ClientSecret

Optional. Input only. The client secret of the OAuth client.

Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { 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

TokenUrl

Optional. The token endpoint of the OAuth client.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX