useAuth()
- A hook to access the user’s authentication state.useAccessControl()
- A hook to access the user’s permissions and quotas.useKobble()
- A hook to access the lower-level Kobble SDK instance.<SignedIn />
- To display content only when the user is signed in.<SignedOut />
- To display content only when the user is signed out.<LoginButton />
- A button to trigger the login flow.<LogoutButton />
- A button to trigger the logout flow.<IsAllowed />
- To restrict access based on the user’s permissions or quotas.<IsForbidden />
- To display content based on the user’s missing permissions or quotas.<PricingLink />
- A link to the pricing page in your Customer Portal.<ProfileLink />
- A link to the user’s profile page in your Customer Portal.