openExternalWebView

abstract fun openExternalWebView(context: Context, url: String)

Opens the url in the external web view (CustomTab/SFSafariViewController). This external web view is the same as the one used in login (colored base on the dsApplication selected). This is a convenience method to open the external web view, the requestAuthenticatedUrl method should still be called on the url if user context is required on the website.