Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

@reactor/auth — authclientoptions

@reactor/auth


@reactor/auth / AuthClientOptions

Defined in: types.ts:18

Configuration options for the auth client.

optional autoRefresh?: boolean

Defined in: types.ts:24

Whether to automatically refresh tokens (default: true)


optional detectSessionInUrl?: boolean

Defined in: types.ts:28

Whether to detect sessions from URL (default: true)


optional persistSession?: boolean

Defined in: types.ts:26

Whether to persist sessions to storage (default: true)


optional storage?: any

Defined in: types.ts:20

Storage adapter for session persistence


optional storageKey?: string

Defined in: types.ts:22

Storage key for the session (default: ‘reactor.session’)