Class GoogleIdentityStsV1IntrospectTokenRequest
Request message for IntrospectToken.
Implements
Inherited Members
Namespace: Google.Apis.CloudSecurityToken.v1.Data
Assembly: Google.Apis.CloudSecurityToken.v1.dll
Syntax
public class GoogleIdentityStsV1IntrospectTokenRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Token
Required. The OAuth 2.0 security token issued by the Security Token Service API.
Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TokenTypeHint
Optional. The type of the given token. Supported values are urn:ietf:params:oauth:token-type:access_token
and access_token.
Declaration
[JsonProperty("tokenTypeHint")]
public virtual string TokenTypeHint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |