launchWebView

fun launchWebView(view: WebView, ssoURL: String, handler: CompletionHandler<Void>)

A Single sign-on SSO based authentication strategy used to authenticate a user on Cisco Webex. Launches the WebView with the given SSO url and tells if user is authenticated

Since

3.0.0

Parameters

view

the web view to load ssoUrl

ssoURL

A SSOUrl used for SSO authentication process

handler

Handles the call back when user's authentication process is done

See also