Home > @poq/sdk > RefreshToken
Signature:
export declare class RefreshToken extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the RefreshTokenclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| encryptedPassword | string | ||
| refreshKey | string | ||
| username | string | 
| Method | Modifiers | Description | 
|---|---|---|
| parse(refreshToken) | static | |
| toString() |