Package | Description |
---|---|
com.ciscospark.androidsdk | |
com.ciscospark.androidsdk.auth |
Modifier and Type | Method and Description |
---|---|
Authenticator |
Spark.getAuthenticator() |
Constructor and Description |
---|
Spark(android.app.Application application,
Authenticator authenticator)
Constructs a new Spark object with an
Authenticator and Application |
Modifier and Type | Class and Description |
---|---|
class |
JWTAuthenticator
A JSON Web Token (JWT) based authentication strategy is to be used to authenticate a user on Cisco Spark.
|
class |
OAuthAuthenticator
An OAuth based authentication strategy for authenticating a user on Cisco Spark.
|
class |
OAuthWebViewAuthenticator
An OAuth based authentication with a WebView.
|
class |
SSOAuthenticator
An Single sign-on SSO based authentication strategy used to authenticate a user on Cisco Spark.
|