public class ChallengeRequest extends Object
| Constructor and Description |
|---|
ChallengeRequest(int appID,
String userID,
String version,
String endpointType,
String response,
String originalChallenge)
Instantiates a new challenge request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAppID()
Gets the app id.
|
String |
getAuthType() |
String |
getChallenge()
Gets the challenge.
|
String |
getEndpointType()
Gets the endpoint type.
|
String |
getResponse()
Gets the response.
|
String |
getUserID()
Gets the user id.
|
String |
getVersion()
Gets the version.
|
void |
setAppID(int appID)
Sets the app id.
|
void |
setAuthType(String authType) |
void |
setChallenge(String originalChallenge)
Sets the challenge.
|
void |
setEndpointType(String endpointType)
Sets the endpoint type.
|
void |
setResponse(String response)
Sets the response.
|
void |
setUserID(String userID)
Sets the user id.
|
void |
setVersion(String version)
Sets the version.
|
public ChallengeRequest(int appID,
String userID,
String version,
String endpointType,
String response,
String originalChallenge)
appID - the app iduserID - the user idversion - the versionendpointType - the endpoint typeresponse - the responsepublic int getAppID()
public void setAppID(int appID)
appID - the new app idpublic String getUserID()
public void setUserID(String userID)
userID - the new user idpublic String getVersion()
public void setVersion(String version)
version - the new versionpublic String getEndpointType()
public void setEndpointType(String endpointType)
endpointType - the new endpoint typepublic String getResponse()
public void setResponse(String response)
response - the new responsepublic String getChallenge()
public void setChallenge(String originalChallenge)
originalChallenge - the new challengepublic String getAuthType()
public void setAuthType(String authType)
Copyright © 2016. All rights reserved.