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

Properties

PropertyTypeDescriptionDefined in
onError?(error) => voidCallback executed when authentication failssrc/app/authConfig.ts:11
onSuccess?(user) => voidCallback executed when authentication succeedssrc/app/authConfig.ts:9