Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class RevocationRequest
Re-export
import { RevocationRequest } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Request to Authlete /auth/revocation API.

Properties

optional
clientId: string

The client ID extracted from Authorization header of the token revocation request from the client application.

optional
clientSecret: string

The client secret extracted from Authorization header of the token revocation request from the client application.

optional
parameters: string

The value of parameters which are the request parameters that the OAuth 2.0 token revocation endpoint of the service implementation received from the client application.