Kind: Function
Source: atloria-monorepo/packages/ui-react/src/hooks/useAuth.ts
useAuth - Hook for authentication
Provides user state and authentication methods. All business logic is handled by the backend.
Signature
tsfunction useAuth(): UseAuthReturn
Returns: UseAuthReturn
Was this page helpful?