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

x/oauth4webapi/build/index.d.ts>AuthenticatedRequestOptions

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

Properties

optional
clientPrivateKey: CryptoKey | PrivateKey

Private key to use for private_key_jwt client authentication. Its algorithm must be compatible with a supported JWS alg Algorithm.