Class ClientAuthenticationMethodPrivateKeyJwt
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Defines private_key_jwt client authentication method. If this property is defined, the client is enabled to use the Private Key JWT authentication method.
[Serializable]
public record ClientAuthenticationMethodPrivateKeyJwt : IJsonOnDeserialized, IEquatable<ClientAuthenticationMethodPrivateKeyJwt>
- Inheritance
-
ClientAuthenticationMethodPrivateKeyJwt
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Credentials
[JsonPropertyName("credentials")]
public IEnumerable<CredentialId> Credentials { 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.