Class ClientCreateAuthenticationMethodTlsClientAuth
- Namespace
- Auth0.ManagementApi
- 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.
[Serializable]
public record ClientCreateAuthenticationMethodTlsClientAuth : IJsonOnDeserialized, IEquatable<ClientCreateAuthenticationMethodTlsClientAuth>
- Inheritance
-
ClientCreateAuthenticationMethodTlsClientAuth
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Credentials
[JsonPropertyName("credentials")]
public IEnumerable<CertificateSubjectDnCredential> Credentials { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.