Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class TokenRevokeRequest
Re-export
import { TokenRevokeRequest } from "https://deno.land/x/authlete_deno@v1.2.10/mod.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.