Home > @poq/sdk > CreateRefreshTokenRequest > (constructor)
Constructs a new instance of the CreateRefreshTokenRequest class
Signature:
constructor(params: {
        username: string;
        password: string;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { username: string; password: string; } |