Table of Contents

Class ClientCreateAuthenticationMethod

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Defines client authentication methods.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

PrivateKeyJwt

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

Property Value

ClientCreateAuthenticationMethodPrivateKeyJwt

SelfSignedTlsClientAuth

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

Property Value

CreateClientAuthenticationMethodSelfSignedTlsClientAuth

TlsClientAuth

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

Property Value

ClientCreateAuthenticationMethodTlsClientAuth

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.