Skip to main content
Go to Latest
class RevocationRequest
Re-export
import { RevocationRequest } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

Request to Authlete /auth/revocation API.

Properties

optional
clientCertificate: string

The client certificate used in the TLS connection between the client application and the revocation endpoint.

optional
clientCertificatePath: string

Get the client certificate path presented by the client during client authentication.

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.