Poq.SDK.Node

Home > @poq/sdk > AccountClient > decryptPassword

AccountClient.decryptPassword() method

Method decrypts user’s password.

Signature:

decryptPassword(appIdentifier: string, payload: DecryptPasswordRequest): Promise<PoqResponse<DecryptPasswordResponse>>;

Parameters

Parameter Type Description
appIdentifier string The unique guid v4 app identifier.
payload DecryptPasswordRequest The carrier of refresh token.

Returns:

Promise<PoqResponse<DecryptPasswordResponse>>

User password.