Interface: AuthConnectConfig
Properties
android
• Optional
android: AndroidOptions
Android platform native options
ios
• Optional
ios: iOSOptions
iOS platform native options
logLevel
• Optional
logLevel: LogLevel
The log level for the plugin
Default
LogLevel.ERROR
onLoginCallback
• Optional
onLoginCallback: onLoginCallback
Called by the hosting app when login callbacks happen, these will be to the URL specified in the options for RedirectUri.
onLogoutCallback
• Optional
onLogoutCallback: onLogoutCallback
Called by the hosting app when logout callbacks happens.
platform
• platform: "web"
| "cordova"
| "capacitor"
Platform that the app is hosted in.
web
• Optional
web: WebOptions
Web browser platform options