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
JSONExceptionpublic boolean isAuthenticated()
isAuthenticated in interface ChallengeResulttrue if the shopper is authenticated by the 3DS challenge,
false otherwise.public java.lang.String getPayload()
getPayload in interface ChallengeResult