Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChangePasswordContext

Context of the change password operation.

Hierarchy

Properties

Readonly accountId

accountId: string

Optional Readonly device

device: null | HttpDevice

Device from where request has been made.

Readonly ip

ip: string

Ip from where request has been made.

Optional Readonly location

location: null | HTTPRequestLocation

Location from where request has been made.

Readonly newPassword

newPassword: string

New password which needs to differ from the old one.

Readonly oldPassword

oldPassword: string