Optional
bazaarPublic URI for the API & OAuth server.
The URI the auth server redirects to with an auth code after login request approval.
Optional
onProvide a callback to handle API connections. Will be called after login and any subsequent re-connection.
Optional
onProvide a callback to handle failed data API connections. E.g. unauthorized, or expired token.
Optional
onProvide a callback to handle a successful login.
e.g. Set state, redirect, etc.
Optional
onProvide a callback to handle a failed login. E.g. invalid authorization code.
e.g. Set state, redirect, etc.
Options for initializing a BazaarApp instance