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

    Interface ClientAuthenticationMethodSelfSignedTlsClientAuth

    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 ClientAuthenticationMethodSelfSignedTlsClientAuth {
        credentials: CredentialId[];
    }
    Index

    Properties

    Properties

    credentials: CredentialId[]

    A list of unique and previously created credential IDs enabled on the client for mTLS authentication utilizing self-signed certificate.