makePreAuthenticatedURL

fun makePreAuthenticatedURL(options: PreAuthenticatedURLOptions, listener: OnMakePreAuthenticatedURLListener, handler: Handler = Handler(Looper.getMainLooper()))

Share the current authenticated session to a web browser. preAuthenticatedURLEnabled must be set to true to use this method.

Parameters

options

The options.

listener

The listener.

handler

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