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

Response of resetting the password.

Attributes

  • email (type: String.t, default: nil) - The user's email. If the out-of-band code is for email recovery, the user's original email.
  • kind (type: String.t, default: identitytoolkit#ResetPasswordResponse) - The fixed string "identitytoolkit#ResetPasswordResponse".
  • newEmail (type: String.t, default: nil) - If the out-of-band code is for email recovery, the user's new email.
  • requestType (type: String.t, default: nil) - The request type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IdentityToolkit.V3.Model.ResetPasswordResponse{
  email: String.t() | nil,
  kind: String.t() | nil,
  newEmail: String.t() | nil,
  requestType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.