API Reference / modelence / server / AuthOptionDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
AuthOption = object
Defined in: packages/modelence/src/app/authConfig.ts:13
Callback options for authentication operations
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
onError? | (error) => void | Callback executed when authentication fails | packages/modelence/src/app/authConfig.ts:17 |
onSuccess? | (user) => void | Callback executed when authentication succeeds | packages/modelence/src/app/authConfig.ts:15 |