public final class ChallengeResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ChallengeResult |
from(CompletionEvent completionEvent)
Constructs the object base in the result from te 3DS2 SDK.
|
java.lang.String |
getPayload() |
boolean |
isAuthenticated() |
public static ChallengeResult from(CompletionEvent completionEvent) throws org.json.JSONException
completionEvent
- The result from the 3DS2 SDK.org.json.JSONException
- In case parsing fails.public boolean isAuthenticated()
public java.lang.String getPayload()