google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyResetPasswordRequest View Source

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.

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 Source
t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyResetPasswordRequest{
    email: String.t(),
    newPassword: String.t(),
    oldPassword: String.t(),
    oobCode: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.