Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class TokenRevokeRequest
import { TokenRevokeRequest } from "https://deno.land/x/authlete_deno@v1.2.10/src/dto/token_revoke_request.ts";

Request to Authlete /auth/token/revoke API.

Properties

optional
accessTokenIdentifier: string

The identifier of an access token to revoke.

The hash of an access token is recognized as an identifier as well as the access token itself.

optional
clientIdentifier: string

The identifier of a client.

optional
refreshTokenIdentifier: string

The identifier of an refresh token to revoke.

The hash of an refresh token is recognized as an identifier as well as the refresh token itself.

optional
subject: string

The subject of a resource owner.