Appearance
Documentation / react-auth / UseCustomAuth
Type alias: UseCustomAuth
UseCustomAuth:
Object
Type declaration
status
status:
CustomAuthFlowState
Object that indicates the status of Privy's custom auth flow.
Possible values include: { status: 'initial' | 'loading' | 'not-enabled' | 'done'; } or { status: 'error'; error: Error | null; }