-
public class ChallengeResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ChallengeResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ChallengeResultfrom(CompletionEvent completionEvent, String authorisationToken)Constructs the object base in the result from te 3DS2 SDK. -
-
Method Detail
-
from
final ChallengeResult from(CompletionEvent completionEvent, String authorisationToken)
Constructs the object base in the result from te 3DS2 SDK.
- Parameters:
completionEvent- The result from the 3DS2 SDK.authorisationToken- The authorisationToken from the API.
-
-
-
-