Interface HandleResetPasswordRequest

interface HandleResetPasswordRequest {
    code: string;
    resetRequestId: string;
}

Properties

Properties

code: string

One time password code send to the user after the initiation of password reset is complete

resetRequestId: string

Returned from the initiation of password reset call as rprq