gluu
|
公開メンバ関数 | |
AuthenticateRequestMessage | startAuthentication (@QueryParam("username") String userName, @QueryParam("keyhandle") String keyHandle, @QueryParam("application") String appId, @QueryParam("session_id") String sessionId) |
AuthenticateStatus | finishAuthentication (@FormParam("username") String userName, @FormParam("tokenResponse") String authenticateResponseString) |
The endpoint allows to start and finish U2F authentication process
AuthenticateStatus org.xdi.oxauth.client.fido.u2f.AuthenticationRequestService.finishAuthentication | ( | @FormParam("username") String | userName, |
@FormParam("tokenResponse") String | authenticateResponseString | ||
) |
AuthenticateRequestMessage org.xdi.oxauth.client.fido.u2f.AuthenticationRequestService.startAuthentication | ( | @QueryParam("username") String | userName, |
@QueryParam("keyhandle") String | keyHandle, | ||
@QueryParam("application") String | appId, | ||
@QueryParam("session_id") String | sessionId | ||
) |