Class SetCustomSigningKeysRequestContent
- Namespace
- Auth0.ManagementApi.Keys
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record SetCustomSigningKeysRequestContent : IEquatable<SetCustomSigningKeysRequestContent>
- Inheritance
-
SetCustomSigningKeysRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Keys
An array of custom public signing keys.
[JsonPropertyName("keys")]
public IEnumerable<CustomSigningKeyJwk> Keys { 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.