Table of Contents

Class ClientAuthenticationMethodTlsClientAuth

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 ClientAuthenticationMethodTlsClientAuth : IJsonOnDeserialized, IEquatable<ClientAuthenticationMethodTlsClientAuth>
Inheritance
ClientAuthenticationMethodTlsClientAuth
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Credentials

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

Property Value

IEnumerable<CredentialId>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.