View Source GoogleApi.IdentityToolkit.V3.Model.GetAccountInfoResponse (google_api_identity_toolkit v0.8.0)
Response of getting account information.
Attributes
-
kind
(type:String.t
, default:identitytoolkit#GetAccountInfoResponse
) - The fixed string "identitytoolkit#GetAccountInfoResponse". -
users
(type:list(GoogleApi.IdentityToolkit.V3.Model.UserInfo.t)
, default:nil
) - The info of the users.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IdentityToolkit.V3.Model.GetAccountInfoResponse{ kind: String.t() | nil, users: [GoogleApi.IdentityToolkit.V3.Model.UserInfo.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.