BaseAPIClient.loginWithCustomToken() method
Signature:
loginWithCustomToken(token: string, options?: SSOLoginOptions): Promise<AuthResponse>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| token | string | |
| options | SSOLoginOptions |
Returns:
Promise<AuthResponse>