Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
namespace RevocationRequestHandler
import { RevocationRequestHandler } from "https://deno.land/x/authlete_deno@v1.2.3/src/handler/revocation_request_handler.ts";

Interfaces

Input parameters for the handle() method of RevocationRequestHandler class.

class RevocationRequestHandler
import { RevocationRequestHandler } from "https://deno.land/x/authlete_deno@v1.2.3/src/handler/revocation_request_handler.ts";

Handler for token revocation requests (RFC 7009).

In an implementation of revocation endpoint, call handle() method and use the response as the response from the endpoint to the client application. handle() method calls Authlete /api/auth/revocation API, receives a response from the API, and dispatches processing according to the action parameter in the response.

Methods

Handle a revocation request (RFC 7009). This method calls Authlete /api/auth/revocation API.