Class JwtAPI


  • @Path("jwt")
    public class JwtAPI
    extends Object
    • Constructor Detail

      • JwtAPI

        public JwtAPI()
    • Method Detail

      • getDecodedJwtToken

        @GET
        @Path("/decode")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response getDecodedJwtToken​(@QueryParam("token")
                                                              String token)
      • getDecodedJwtAuth

        @GET
        @Path("/auth")
        @Produces({"application/json;charset=UTF-8","application/vnd.api+json"})
        public jakarta.ws.rs.core.Response getDecodedJwtAuth()