method IJTIStorage.exists
IJTIStorage.exists(
jti: string,
issuer: string,
): Promise<boolean>

Check if a JTI exists

Parameters

jti: string
issuer: string

Return Type

Promise<boolean>

Usage

import { type IJTIStorage } from ".";