Package com.checkout.threeds
Interface AuthenticationCallback
-
- All Implemented Interfaces:
public interface AuthenticationCallbackThe AuthenticationCallback listener to be invoked with the result of the authentication process.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAuthenticationResult(AuthenticationResult authenticationResult)Callback method that is called with the result of the authentication process. -
-
Method Detail
-
onAuthenticationResult
abstract Unit onAuthenticationResult(AuthenticationResult authenticationResult)
Callback method that is called with the result of the authentication process.
-
-
-
-