launch

abstract fun launch(context: Context, url: HttpUrl): Exception?

Deprecated

Use launchCustomTab(context, url) to receive a Result-based outcome.

Replace with

launchCustomTab(context, url)

Launches the OIDC redirect flow associated with a WebAuthentication.

Return

null if the flow launched successfully, or the Exception that caused the launch to fail.

Parameters

context

the Android Activity which is used to display the flow.

url

the url the instance should display.