public final class ChallengeResultImpl extends java.lang.Object implements ChallengeResult
Modifier and Type | Method and Description |
---|---|
static ChallengeResult |
from(CompletionEvent completionEvent) |
java.lang.String |
getPayload() |
boolean |
isAuthenticated() |
public static ChallengeResult from(CompletionEvent completionEvent) throws JSONException
JSONException
public boolean isAuthenticated()
isAuthenticated
in interface ChallengeResult
true
if the shopper is authenticated by the 3DS challenge,
false
otherwise.public java.lang.String getPayload()
getPayload
in interface ChallengeResult