View Source GoogleApi.STS.V1.Model.GoogleIdentityStsV1ExchangeOauthTokenResponse (google_api_sts v0.6.0)
Response message for ExchangeOauthToken. see https://www.rfc-editor.org/rfc/rfc6749#section-5.1
Attributes
-
access_token
(type:String.t
, default:nil
) - An OAuth 2.0 security token, issued by Google, in response to the Oauth token exchange request for the authorization code and refresh token flows. The returned access token. Tokens can vary in size, depending, in part, on the size of mapped claims, up to a maximum of 12288 bytes (12 KB). Google reserves the right to change the token size and the maximum length at any time. -
expires_in
(type:integer()
, default:nil
) - The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expires. -
id_token
(type:String.t
, default:nil
) - Google issued ID token in response to the OAuth token exchange request for ID token flow. -
refresh_token
(type:String.t
, default:nil
) - A refresh token, issued by Google, in response to the OAuth token exchange request for refresh token flow -
scope
(type:String.t
, default:nil
) - A list of scopes associated with the returned token. -
token_type
(type:String.t
, default:nil
) - The type of token. Field reserved for RFC compliance. See https://www.rfc-editor.org/rfc/rfc6749#section-5.1
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.