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

    Interface CreateClientAuthenticationMethodSelfSignedTlsClientAuth

    Defines self_signed_tls_client_auth client authentication method. If the property is defined, the client is configured to use mTLS authentication method utilizing self-signed certificate.

    interface CreateClientAuthenticationMethodSelfSignedTlsClientAuth {
        credentials: CreateClientAuthenticationMethodSelfSignedTlsClientAuthCredentials;
    }
    Index

    Properties

    Properties