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