IAuthenticationAdapter

These are the set of adapter methods that enable VizbeeContext to intelligently check and hand-off any user authentication and authorization steps to the video app. This adapter should be implemented by the host app and passed to VizbeeContext during initialization as follows.

   TODO
By default, if the AuthenticationAdapter is not set, VizbeeContext assumes that authentication is not enabled for the app.

Functions

Link copied to clipboard
Returns nil if not authenticated.
Link copied to clipboard
abstract fun startUserAuthentication(parent: Context)
Method to invoke video app's custom authentication process