Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth4webapi/src/index.ts>ValidateJWTAccessTokenOptions

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
interface ValidateJWTAccessTokenOptions
import { type ValidateJWTAccessTokenOptions } from "https://deno.land/x/oauth4webapi@v2.17.0/src/index.ts";

Properties

optional
requireDPoP: boolean

Indicates whether DPoP use is required.

optional
[clockSkew]: number

See clockSkew.

optional
[clockTolerance]: number