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