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