Interface ResetPasswordRequest

interface ResetPasswordRequest {
    confirmPassword: string;
    exchangeId: string;
    password: string;
    provider?: string;
    requestId?: string;
    resetRequestId: string;
}

Properties

confirmPassword: string

Confirmation of New password to be applied to the user

exchangeId: string

Returned from the after handleResetPassword process is completed

password: string

New password to be applied to the user

provider?: string

Provider name indicating the origin of the social identity

requestId?: string

Request id returned from the authorization call

resetRequestId: string

Returned from the initiation of password reset call as rprq