google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.VerifyPasswordResponse View Source
Request of verifying the password.
Attributes
displayName
(type:String.t
, default:nil
) - The name of the user.email
(type:String.t
, default:nil
) - The email returned by the IdP. NOTE: The federated login user may not own the email.expiresIn
(type:String.t
, default:nil
) - If idToken is STS id token, then this field will be expiration time of STS id token in seconds.idToken
(type:String.t
, default:nil
) - The GITKit token for authenticated user.kind
(type:String.t
, default:identitytoolkit#VerifyPasswordResponse
) - The fixed string "identitytoolkit#VerifyPasswordResponse".localId
(type:String.t
, default:nil
) - The RP local ID if it's already been mapped to the IdP account identified by the federated ID.oauthAccessToken
(type:String.t
, default:nil
) - The OAuth2 access token.oauthAuthorizationCode
(type:String.t
, default:nil
) - The OAuth2 authorization code.oauthExpireIn
(type:integer()
, default:nil
) - The lifetime in seconds of the OAuth2 access token.photoUrl
(type:String.t
, default:nil
) - The URI of the user's photo at IdPrefreshToken
(type:String.t
, default:nil
) - If idToken is STS id token, then this field will be refresh token.registered
(type:boolean()
, default:nil
) - Whether the email is registered.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.IdentityToolkit.V3.Model.VerifyPasswordResponse{ displayName: String.t(), email: String.t(), expiresIn: String.t(), idToken: String.t(), kind: String.t(), localId: String.t(), oauthAccessToken: String.t(), oauthAuthorizationCode: String.t(), oauthExpireIn: integer(), photoUrl: String.t(), refreshToken: String.t(), registered: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.