AuthOption = object
Defined in: src/app/authConfig.ts:7
Callback options for authentication operations
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
onError? | (error) => void | Callback executed when authentication fails | src/app/authConfig.ts:11 |
onSuccess? | (user) => void | Callback executed when authentication succeeds | src/app/authConfig.ts:9 |