Home > @poq/sdk > IAccountClient > 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.