Table of Contents

Class SelfSignedTlsClientAuth

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

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.

public class SelfSignedTlsClientAuth
Inheritance
SelfSignedTlsClientAuth
Inherited Members

Properties

Credentials

[JsonProperty("credentials")]
public IList<CredentialId> Credentials { get; set; }

Property Value

IList<CredentialId>