Show / Hide Table of Contents

Class GoogleIdentityStsV1IntrospectTokenRequest

Request message for IntrospectToken.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX