Table of Contents

Class CreateClientAuthenticationMethodSelfSignedTlsClientAuth

Namespace
Auth0.ManagementApi
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.

[Serializable]
public record CreateClientAuthenticationMethodSelfSignedTlsClientAuth : IJsonOnDeserialized, IEquatable<CreateClientAuthenticationMethodSelfSignedTlsClientAuth>
Inheritance
CreateClientAuthenticationMethodSelfSignedTlsClientAuth
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Credentials

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

Property Value

IEnumerable<X509CertificateCredential>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.