Auth0 Node.js SDK - v5.0.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: CredentialId[];
    }
    Index

    Properties

    Properties

    credentials: CredentialId[]

    A list of unique and previously created credential IDs enabled on the client for CA-based mTLS authentication.