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
PrivateKeyJwt
[JsonPropertyName("private_key_jwt")]
public ClientCreateAuthenticationMethodPrivateKeyJwt? PrivateKeyJwt { get; set; }
Property Value
SelfSignedTlsClientAuth
[JsonPropertyName("self_signed_tls_client_auth")]
public CreateClientAuthenticationMethodSelfSignedTlsClientAuth? SelfSignedTlsClientAuth { get; set; }
Property Value
TlsClientAuth
[JsonPropertyName("tls_client_auth")]
public ClientCreateAuthenticationMethodTlsClientAuth? TlsClientAuth { 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.