Class AuthenticateRequest
- java.lang.Object
-
- io.jans.as.model.fido.u2f.protocol.AuthenticateRequest
-
- All Implemented Interfaces:
Serializable
public class AuthenticateRequest extends Object implements Serializable
FIDO U2F device authentication request- Author:
- Yuriy Movchan Date: 05/13/2015
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticateRequest(String challenge, String appId, String keyHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppId()StringgetChallenge()StringgetKeyHandle()StringtoString()
-