authenticate
fun authenticate(options: AuthenticateOptions, onAuthenticateListener: OnAuthenticateListener, handler: Handler = Handler(Looper.getMainLooper()))
Authenticate a user by directing the user to an external browser to authenticate.
Parameters
options
Authenticate options.
onAuthenticateListener
The listener.
handler
The handler of the thread on which the listener is called.