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