unlinkOAuthProvider(Defined in: packages/modelence/src/auth/client/index.ts:638 Unlink an OAuth provider from the currently signed-in user’s account.options):Promise<void>
Example
Parameters
Returns
Promise<void>Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
unlinkOAuthProvider(Defined in: packages/modelence/src/auth/client/index.ts:638 Unlink an OAuth provider from the currently signed-in user’s account.options):Promise<void>
await unlinkOAuthProvider({ provider: 'github' });
| Parameter | Type | Description |
|---|---|---|
options | { provider: "google" | "github"; } | - |
options.provider | "google" | "github" | The OAuth provider to unlink (‘google’ or ‘github’). |
Promise<void>