Class ResourceServerTokenEncryptionKey
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ResourceServerTokenEncryptionKey : IJsonOnDeserialized, IEquatable<ResourceServerTokenEncryptionKey>
- Inheritance
-
ResourceServerTokenEncryptionKey
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Alg
[JsonPropertyName("alg")]
public ResourceServerTokenEncryptionAlgorithmEnum? Alg { get; set; }
Property Value
Kid
Key ID.
[JsonPropertyName("kid")]
public string? Kid { get; set; }
Property Value
Name
Name of the encryption key.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Pem
PEM-formatted public key. Must be JSON escaped.
[JsonPropertyName("pem")]
public string? Pem { 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.