Back to Node Auth0

Interface SetCustomSigningKeysResponseContent

docs/interfaces/management.Management.SetCustomSigningKeysResponseContent.html

5.9.1713 B
Original Source

Interface SetCustomSigningKeysResponseContent

JWKS representing an array of custom public signing keys.

interface SetCustomSigningKeysResponseContent {
keys?: CustomSigningKeyJwk[];
}

Index

Properties

keys?

Properties

Optionalkeys

keys?: CustomSigningKeyJwk[]

An array of custom public signing keys.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties keys