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