Class TwoLeggedOAuth
Message describing TwoLeggedOAuth object.
Implements
Inherited Members
Namespace: Google.Apis.AgentIdentity.v1.Data
Assembly: Google.Apis.AgentIdentity.v1.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 |