launch
Deprecated
Use launchCustomTab(context, url) to receive a Result-based outcome.
Replace with
launchCustomTab(context, url)Content copied to clipboard
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.