Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oauth4webapi/mod.ts>TlsClientAuth

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
function TlsClientAuth
import { TlsClientAuth } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";

tls_client_auth uses the HTTP request body to send only client_id as application/x-www-form-urlencoded body parameter and the mTLS key and certificate is configured through customFetch.

let clientAuth = oauth.TlsClientAuth()