See: Description
| Interface | Description |
|---|---|
| AuthListener |
A callback interface that is notified about the result of authentication attempts.
|
| AuthManager |
An Authentication Manager is able to authenticate an application with TapPoint.
|
| Class | Description |
|---|---|
| Authentication |
Responsible for providing access to authentication related functionality.
|
authenticate(String,
com.proxama.tappoint.auth.AuthListener).
You will be notified of successful authentication via .AuthListener#onAuthSuccess(). In the event of authentication failing, the .auth.AuthListener#onAuthFailure(com.proxama.tappoint.error.ApiError) method will provide an
ApiError for more information as to the reason for error.