OAuth Authenticator
class OAuthAuthenticator( 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 strategy for authenticating a user on Cisco Webex.
Since
0.1
See also
Constructors
Functions
Link copied to clipboard
Authorize with the OAuth authorization code
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.