startApp2AppAuthentication

fun startApp2AppAuthentication(options: App2AppAuthenticateOptions, onAuthenticateListener: OnAuthenticateListener, handler: Handler = Handler(Looper.getMainLooper()))

Start app2app authentication.

Parameters

options

App2App authenticate options.

onAuthenticateListener

The listener.

handler

The handler of the thread on which the listener is called.