We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afcb10 commit 34e9924Copy full SHA for 34e9924
1 file changed
packages/shared/src/react/hooks/useOAuthConsent.tsx
@@ -14,8 +14,6 @@ const HOOK_NAME = 'useOAuthConsent';
14
* (`GET /me/oauth/consent/{oauthClientId}`). Ensure the user is authenticated before relying on this hook
15
* (for example, redirect to sign-in on your custom consent route).
16
*
17
- * @internal
18
- *
19
* @example
20
* ```tsx
21
* import { useOAuthConsent } from '@clerk/react/internal'
0 commit comments