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.

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

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]