Class TokenRevocationService


  • @Path("/revoke")
    public class TokenRevocationService
    extends AbstractTokenService
    OAuth2 Token Revocation Service implementation
    • Constructor Detail

      • TokenRevocationService

        public TokenRevocationService()
    • Method Detail

      • handleTokenRevocation

        @POST
        @Consumes("application/x-www-form-urlencoded")
        @Produces("application/json")
        public javax.ws.rs.core.Response handleTokenRevocation​(javax.ws.rs.core.MultivaluedMap<String,​String> params)
        Processes a token revocation request
        Parameters:
        params - the form parameters representing the access token grant
        Returns:
        Access Token or the error