Skip to content

useAuth

reference
1 min readUpdated

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

ts
function useAuth(): UseAuthReturn

Returns: UseAuthReturn

Was this page helpful?

Download as PDF