Interface ChangePasswordRequest

interface ChangePasswordRequest {
    confirm_password: string;
    identityId?: string;
    new_password: string;
    old_password: string;
    sub: string;
}

Properties

confirm_password: string

Confirmation of user's new password

identityId?: string

Unique id of the users identity

new_password: string

New password for user

old_password: string

Old password of user

sub: string

Subject (User) identifier