Parameters
| Parameter | Type | Description |
|---|---|---|
providerType | OAuth2ProviderType | The OAuth provider type (e.g., “google”, “apple”, “x”, “telegram”). |
options? | { idempotencyKey?: string; } | Optional options for the link operation. |
options.idempotencyKey? | string | Optional idempotency key for safe retries. |
Returns
Promise<void>
The result of the link OAuth initiation.