Table of Contents

Class GetCustomSigningKeysResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

JWKS representing an array of custom public signing keys.

[Serializable]
public record GetCustomSigningKeysResponseContent : IJsonOnDeserialized, IEquatable<GetCustomSigningKeysResponseContent>
Inheritance
GetCustomSigningKeysResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Keys

An array of custom public signing keys.

[JsonPropertyName("keys")]
public IEnumerable<CustomSigningKeyJwk>? Keys { get; set; }

Property Value

IEnumerable<CustomSigningKeyJwk>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.