Token Authenticator
A custom Access Token based authentication strategy is to be used to authenticate with an application provided access token.
Since
3.2.0
Constructors
Functions
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
Returns an access token of this authenticator.
Link copied to clipboard
Returns True if the user is logically authorized.
Link copied to clipboard
The callback handler when auth token has expired. The user will also be automatically signed out before this is called. When a token expires, new instances of Webex
and Authenticator
need to be created and used with a new token.