WebAuthContainer.linkOAuthProviderWithRedirect() method
Links user with OAuth SSO provider by redirecting user.
Signature:
linkOAuthProviderWithRedirect(providerID: string, callbackURL: string): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| providerID | string | SSO provider ID |
| callbackURL | string | URL to return when authentication completed |
Returns:
Promise<void>