View Source GoogleApi.IdentityToolkit.V3.Model.VerifyPasswordResponse (google_api_identity_toolkit v0.8.0)

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 IdP
  • refreshToken (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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IdentityToolkit.V3.Model.VerifyPasswordResponse{
  displayName: String.t() | nil,
  email: String.t() | nil,
  expiresIn: String.t() | nil,
  idToken: String.t() | nil,
  kind: String.t() | nil,
  localId: String.t() | nil,
  oauthAccessToken: String.t() | nil,
  oauthAuthorizationCode: String.t() | nil,
  oauthExpireIn: integer() | nil,
  photoUrl: String.t() | nil,
  refreshToken: String.t() | nil,
  registered: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.