interface AuthenticatedRequestOptions
implements ExperimentalUseMTLSAliasOptions
import { type AuthenticatedRequestOptions } from "https://deno.land/x/oauth4webapi@v2.8.0/mod.ts";
Properties
optional
clientPrivateKey: CryptoKey | PrivateKeyPrivate key to use for private_key_jwt
client authentication. Its algorithm must be compatible with
a supported JWS alg
Algorithm.