Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Interface ClientAuthenticationMethodTlsClientAuth

    Defines tls_client_auth client authentication method. If the property is defined, the client is configured to use CA-based mTLS authentication method.

    interface ClientAuthenticationMethodTlsClientAuth {
        credentials: ClientAuthenticationMethodTlsClientAuthCredentials;
    }
    Index

    Properties

    Properties