public class VerificationResult extends Object
Constructor and Description |
---|
VerificationResult() |
Modifier and Type | Method and Description |
---|---|
Message |
getAuthResponse()
Gets the authentication response message received from the server.
|
String |
getOPSetupUrl()
Gets the optional OP user_setup_url parameter, if one was returned in a
failure response to a immediate authentication request.
|
String |
getStatusMsg() |
Identifier |
getVerifiedId()
Gets the verified identifier.
|
void |
setAuthResponse(Message authResponse)
Sets the authentication response message received from the server.
|
void |
setOPSetupUrl(String opSetupUrl)
Sets the OP user_setup_url parameter, if one was returned in a failure
response to a immediate authentication request.
|
void |
setStatusMsg(String statusMsg) |
void |
setVerifiedId(Identifier verifiedId)
Sets the verified identifier.
|
public Identifier getVerifiedId()
public void setVerifiedId(Identifier verifiedId)
public String getOPSetupUrl()
Null if the response did not include the user_setup_url parameter.
public void setOPSetupUrl(String opSetupUrl) throws MessageException
MessageException
public Message getAuthResponse()
public void setAuthResponse(Message authResponse)
public String getStatusMsg()
public void setStatusMsg(String statusMsg)
Copyright © 2019 Sxip. All rights reserved.