Package io.jans.as.client.fido.u2f
Interface AuthenticationRequestService
-
public interface AuthenticationRequestService
The endpoint allows to start and finish U2F authentication process- Version:
- August 9, 2017
- Author:
- Yuriy Movchan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.jans.as.model.fido.u2f.protocol.AuthenticateStatus
finishAuthentication(String userName, String authenticateResponseString)
io.jans.as.model.fido.u2f.protocol.AuthenticateRequestMessage
startAuthentication(String userName, String keyHandle, String appId, String sessionId)
-
-
-
Method Detail
-
startAuthentication
@GET @Produces("application/json") io.jans.as.model.fido.u2f.protocol.AuthenticateRequestMessage startAuthentication(@QueryParam("username") String userName, @QueryParam("keyhandle") String keyHandle, @QueryParam("application") String appId, @QueryParam("session_id") String sessionId)
-
-