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()