Parameters
| Parameter | Type | Description |
|---|---|---|
providerType | OAuth2ProviderType | The type of OAuth provider to sign in with. |
options? | { idempotencyKey?: string; } | Optional options for the sign in. |
options.idempotencyKey? | string | Optional idempotency key for safe retries. |
Returns
Promise<void>
The result of the sign in.