Table of Contents

Class ClientAuthenticationMethod

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Defines client authentication methods.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

PrivateKeyJwt

[JsonPropertyName("private_key_jwt")]
public ClientAuthenticationMethodPrivateKeyJwt? PrivateKeyJwt { get; set; }

Property Value

ClientAuthenticationMethodPrivateKeyJwt

SelfSignedTlsClientAuth

[JsonPropertyName("self_signed_tls_client_auth")]
public ClientAuthenticationMethodSelfSignedTlsClientAuth? SelfSignedTlsClientAuth { get; set; }

Property Value

ClientAuthenticationMethodSelfSignedTlsClientAuth

TlsClientAuth

[JsonPropertyName("tls_client_auth")]
public ClientAuthenticationMethodTlsClientAuth? TlsClientAuth { get; set; }

Property Value

ClientAuthenticationMethodTlsClientAuth

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.