Skip to main content
Module

x/oauth4webapi/mod.ts>ProtectedResourceRequestOptions

OAuth 2 / OpenID Connect for JavaScript Runtimes
Go to Latest
interface ProtectedResourceRequestOptions
implements Omit<HttpRequestOptions, "headers">, DPoPRequestOptions
import { type ProtectedResourceRequestOptions } from "https://deno.land/x/oauth4webapi@v2.7.0/mod.ts";

Properties

optional
[clockSkew]: number

Use to adjust the client's assumed current time. Positive and negative finite values representing seconds are allowed. Default is 0 (Date.now() + 0 seconds is used).

This option only affects the request if the ProtectedResourceRequestOptions.DPoP | DPoP option is also used.