Skip to main content
API Reference / modelence / server / AuthOption
AuthOption = object
Defined in: packages/modelence/src/app/authConfig.ts:6 Callback options for authentication operations

Properties

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