Class AssertionController

java.lang.Object
io.jans.fido2.ws.rs.controller.AssertionController

@ApplicationScoped @Path("/assertion") public class AssertionController extends Object
serves request for /assertion endpoint exposed by FIDO2 sever
Version:
May 08, 2020
Author:
Yuriy Movchan
  • Constructor Details

    • AssertionController

      public AssertionController()
  • Method Details

    • authenticate

      @POST @Consumes("application/json") @Produces("application/json") @Path("/options") public jakarta.ws.rs.core.Response authenticate(@NotNull @NotNull AssertionOptions assertionOptions)
    • verify

      @POST @Consumes("application/json") @Produces("application/json") @Path("/result") public jakarta.ws.rs.core.Response verify(@NotNull @NotNull AssertionResult assertionResult)