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

    Interface ClientCreateAuthenticationMethodTlsClientAuth

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

    interface ClientCreateAuthenticationMethodTlsClientAuth {
        credentials: ClientCreateAuthenticationMethodTlsClientAuthCredentials;
    }
    Index

    Properties

    Properties