google_api_o_auth2 v0.9.0 GoogleApi.OAuth2.V2.Model.Tokeninfo View Source
Attributes
access_type
(type:String.t
, default:nil
) - The access type granted with this token. It can be offline or online.audience
(type:String.t
, default:nil
) - Who is the intended audience for this token. In general the same as issued_to.email
(type:String.t
, default:nil
) - The email address of the user. Present only if the email scope is present in the request.expires_in
(type:integer()
, default:nil
) - The expiry time of the token, as number of seconds left until expiry.issued_to
(type:String.t
, default:nil
) - To whom was the token issued to. In general the same as audience.scope
(type:String.t
, default:nil
) - The space separated list of scopes granted to this token.token_handle
(type:String.t
, default:nil
) - The token handle associated with this token.user_id
(type:String.t
, default:nil
) - The obfuscated user id.verified_email
(type:boolean()
, default:nil
) - Boolean flag which is true if the email address is verified. Present only if the email scope is present in the request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.