Back to Node Auth0

Interface SigningKeys

docs/interfaces/management.Management.SigningKeys.html

5.9.12.4 KB
Original Source

Interface SigningKeys

interface SigningKeys {
kid: string;
cert: string;
pkcs7?: string;
current?: boolean;
next?: boolean;
previous?: boolean;
current_since?: SigningKeysDate;
current_until?: SigningKeysDate;
fingerprint: string;
thumbprint: string;
revoked?: boolean;
revoked_at?: SigningKeysDate;
}

Index

Properties

kidcertpkcs7?current?next?previous?current_since?current_until?fingerprintthumbprintrevoked?revoked_at?

Properties

kid

kid: string

The key id of the signing key

cert

cert: string

The public certificate of the signing key

Optionalpkcs7

pkcs7?: string

The public certificate of the signing key in pkcs7 format

Optionalcurrent

current?: boolean

True if the key is the the current key

Optionalnext

next?: boolean

True if the key is the the next key

Optionalprevious

previous?: boolean

True if the key is the the previous key

Optionalcurrent_since

current_since?: SigningKeysDate

Optionalcurrent_until

current_until?: SigningKeysDate

fingerprint

fingerprint: string

The cert fingerprint

thumbprint

thumbprint: string

The cert thumbprint

Optionalrevoked

revoked?: boolean

True if the key is revoked

Optionalrevoked_at

revoked_at?: SigningKeysDate

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties kidcertpkcs7currentnextpreviouscurrent_sincecurrent_untilfingerprintthumbprintrevokedrevoked_at