method IAccessTokenRevocationStore.isRevoked
IAccessTokenRevocationStore.isRevoked(jti: string): Promise<boolean>

Return whether an access-token identifier is currently revoked.

Parameters

jti: string

Return Type

Promise<boolean>

Usage

import { type IAccessTokenRevocationStore } from "auth-plugin/src/index.ts";