Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.modelence.com/llms.txt

Use this file to discover all available pages before exploring further.

API Reference / modelence / server / AuthOption
AuthOption = object
Defined in: packages/modelence/src/app/authConfig.ts:13 Callback options for authentication operations

Properties

PropertyTypeDescriptionDefined in
onError?(error) => voidCallback executed when authentication failspackages/modelence/src/app/authConfig.ts:17
onSuccess?(user) => voidCallback executed when authentication succeedspackages/modelence/src/app/authConfig.ts:15