public static class GKAuthentication.AuthResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected GKCard.Response |
mResponse
The
Response received from the GateKeeper Card. |
protected GKAuthentication.Status |
mStatus
The
Status of the action. |
| Constructor and Description |
|---|
AuthResult(GKAuthentication.Status status)
Create an
AuthResult without a full Response
from the GateKeeper Card. |
AuthResult(GKCard.Response response)
Create an
AuthResult to interpret the Response
received from the GateKeeper Card. |
| Modifier and Type | Method and Description |
|---|---|
GKAuthentication.Status |
getStatus()
Retrieve the
Status describing the AuthResult. |
protected final GKCard.Response mResponse
Response received from the GateKeeper Card.protected final GKAuthentication.Status mStatus
Status of the action.public AuthResult(GKCard.Response response)
AuthResult to interpret the Response
received from the GateKeeper Card.response - the Response received from the GateKeeper Cardpublic AuthResult(GKAuthentication.Status status)
AuthResult without a full Response
from the GateKeeper Card.status - a Status to describe the AuthResultpublic GKAuthentication.Status getStatus()
Status describing the AuthResult.Status of the AuthResult