GoogleApi.STS.V1.Model.GoogleIdentityStsV1ExchangeTokenResponse (google_api_sts v0.2.0) View Source
Response message for ExchangeToken.
Attributes
-
access_token
(type:String.t
, default:nil
) - An OAuth 2.0 security token, issued by Google, in response to the token exchange request. -
expires_in
(type:integer()
, default:nil
) - The expiration time ofaccess_token
in seconds, measured from the time of issuance. This field is absent when thesubject_token
in the request is a Google-issued, short-lived access token. In this case, the expiration time of theaccess_token
is the same as thesubject_token
. -
issued_token_type
(type:String.t
, default:nil
) - The token type. Always matches the value ofrequested_token_type
from the request. -
token_type
(type:String.t
, default:nil
) - The type ofaccess_token
. Always has the valueBearer
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.