Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RequestResetPasswordRequest

Index

Constructors

Properties

challenge?: CodeChallenge
email: string

The email address of the user.

redirectUrl: string

The URL sent to the user by email to reset the password. At the end of the URL, we will add the token in the format ?token=token.

state?: string

Unique value to identify the request. It's used to mitigate CSRF attacks.

attributeTypeMap: { baseName: string; format: string; name: string; type: string }[] = ...
discriminator: undefined | string = undefined

Methods

  • getAttributeTypeMap(): { baseName: string; format: string; name: string; type: string }[]

Generated using TypeDoc