Class CimdMappedPrivateKeyJwtCredential
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CimdMappedPrivateKeyJwtCredential : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<CimdMappedPrivateKeyJwtCredential>
- Inheritance
-
CimdMappedPrivateKeyJwtCredential
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Alg
Algorithm (e.g., RS256, RS384, PS256)
[JsonPropertyName("alg")]
public required string Alg { get; set; }
Property Value
CredentialType
Type of credential (e.g., public_key)
[JsonPropertyName("credential_type")]
public required string CredentialType { get; set; }
Property Value
Kid
Key identifier from JWKS or calculated thumbprint
[JsonPropertyName("kid")]
public required string Kid { 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.