Class AuthenticateResponse
java.lang.Object
io.jans.as.model.fido.u2f.protocol.AuthenticateResponse
- All Implemented Interfaces:
Serializable
FIDO U2F device authentication response
- Author:
- Yuriy Movchan Date: 05/13/2015
- See Also:
-
Constructor Details
-
AuthenticateResponse
public AuthenticateResponse(String clientData, String signatureData, String keyHandle, String deviceData) throws BadInputException - Throws:
BadInputException
-
-
Method Details