Home > @poq/sdk > DecryptPasswordRequest
The contract describes request payload for AccountClient.decryptPassword(). It carries refresh token.
Signature:
export declare class DecryptPasswordRequest extends PoqContract
Extends: PoqContract
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the DecryptPasswordRequest class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| refreshToken | string | A previously granted token that can be used to retrieve the password of a user. |