| Interface | Description |
|---|---|
| ChallengeCallback |
A callback interface to receive result after challenge is finished or interrupted for some reason
|
| ChallengeCallback.CompletionEvent |
Interface to represent information about successful challenge completion
|
| ChallengeCallback.ErrorEvent |
Interface to represent information about interrupted challenge
|
| Class | Description |
|---|---|
| BaseTask<T> | |
| OppThreeDSConfig |
Class that contains all possible configurations to be applied at
OppThreeDSService
initialization phase. |
| OppThreeDSConfig.Builder |
Class to build
OppThreeDSConfig class with customized parameters. |
| OppThreeDSService |
The class to perform all necessary preparations for the 3-D Secure 2 authentication.
|
| OppThreeDSService.Callback |
A callback to be notified when
OppThreeDSService initialization is done. |
| OppThreeDSTransaction |
Class that contains information required for performing concrete 3-D Secure transaction for both
frictionless and challenge flow.
|
| SchemeConfig |
Class to represent all information needed to communicate securely with Directory Server (DS)
and Access Control Server (ACS)
|
| TaskRunner | |
| TaskRunner.RunnableTask<R> | |
| TaskRunner.RunnableTaskForHandler<T> |