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

Request to reset the password.

Attributes

  • email (type: String.t, default: nil) - The email address of the user.
  • newPassword (type: String.t, default: nil) - The new password inputted by the user.
  • oldPassword (type: String.t, default: nil) - The old password inputted by the user.
  • oobCode (type: String.t, default: nil) - The confirmation code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyResetPasswordRequest{
    email: String.t() | nil,
    newPassword: String.t() | nil,
    oldPassword: String.t() | nil,
    oobCode: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.