Home > @poq/sdk > CreateRefreshTokenRequest
The contract describes request payload for AccountClient.createRefreshToken(). It carries credentials of specific account.
Signature:
export declare class CreateRefreshTokenRequest extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CreateRefreshTokenRequestclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| password | string | Password of specified user. | |
| username | string | Username of specified user. |