Constructors

Properties

email: string

The email address of the user.

password: string

The new password of the user.

state?: string

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

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;
    }[]