Class OAuthInfo
OAuth related information about the request.
Implements
Inherited Members
Namespace: Google.Apis.ServiceControl.v2.Data
Assembly: Google.Apis.ServiceControl.v2.dll
Syntax
public class OAuthInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OauthClientId
The OAuth client ID of the 1P or 3P application acting on behalf of the user.
Declaration
[JsonProperty("oauthClientId")]
public virtual string OauthClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |