View Source GoogleApi.STS.V1.Model.GoogleIdentityStsV1IntrospectTokenRequest (google_api_sts v0.6.0)

Request message for IntrospectToken.

Attributes

  • token (type: String.t, default: nil) - Required. The OAuth 2.0 security token issued by the Security Token Service API.
  • tokenTypeHint (type: String.t, default: nil) - Optional. The type of the given token. Supported values are urn:ietf:params:oauth:token-type:access_token and access_token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.STS.V1.Model.GoogleIdentityStsV1IntrospectTokenRequest{
  token: String.t() | nil,
  tokenTypeHint: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.