OAuth Web View Authenticator
class OAuthWebViewAuthenticator( clientId: String, clientSecret: String, scope: String = "spark:all", redirectUri: String, email: String, isFedRAMP: Boolean = false) : BaseLogger, Authenticator
Content copied to clipboard
An OAuth based authentication with a WebView. This is for authenticating a user on Cisco Webex.
Since
0.1
See also
Constructors
Functions
Link copied to clipboard
fun authorize(view: <Error class: unknown class>, handler: CompletionHandler<Void>)
Content copied to clipboard
Starts the authorization process by opening up a webView and handler then gives a call back when authorization is done
Link copied to clipboard
Deauthorizes the current user and clears any persistent state with regards to the current user. If the com.ciscowebex.androidsdk.phone.Phone is registered, it should be deregistered before calling this method.
Link copied to clipboard
Provides an authorization url that can used for first leg of OAuth2
Link copied to clipboard
Returns an access token of this authenticator.
Link copied to clipboard
Returns True if the user is logically authorized.