Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.01 KB

File metadata and controls

26 lines (16 loc) · 1.01 KB

Function: TlsClientAuth()

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


TlsClientAuth(): ClientAuth

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

Returns

ClientAuth

See