Home > @poq/sdk > AccountClient > decryptPassword
Method decrypts user’s password.
Signature:
decryptPassword(appIdentifier: string, payload: DecryptPasswordRequest): Promise<PoqResponse<DecryptPasswordResponse>>;
| Parameter | Type | Description |
|---|---|---|
| appIdentifier | string | The unique guid v4 app identifier. |
| payload | DecryptPasswordRequest | The carrier of refresh token. |
Returns:
Promise<PoqResponse<DecryptPasswordResponse>>
User password.