launch

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

Launches the OIDC redirect flow associated with a WebAuthenticationClient.

Return

the exception causing the launch to fail.

Parameters

context

the Android Activity which is used to display the flow.

url

the url the instance should display.