Class CimdMappedClientAuthenticationMethods
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Client authentication methods derived from the JWKS document
[Serializable]
public record CimdMappedClientAuthenticationMethods : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<CimdMappedClientAuthenticationMethods>
- Inheritance
-
CimdMappedClientAuthenticationMethods
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
PrivateKeyJwt
[JsonPropertyName("private_key_jwt")]
public CimdMappedClientAuthenticationMethodsPrivateKeyJwt? PrivateKeyJwt { 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.