Class TlsClientAuth
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Defines tls_client_auth client authentication method. If the property is defined, the client is configured to use CA-based mTLS authentication method.
public class TlsClientAuth
- Inheritance
-
TlsClientAuth
- Inherited Members
Properties
Credentials
[JsonProperty("credentials")]
public IList<CredentialId> Credentials { get; set; }