Back to Node Auth0

Interface PatchClientCredentialRequestContent

docs/interfaces/management.Management.PatchClientCredentialRequestContent.html

5.9.1656 B
Original Source

Interface PatchClientCredentialRequestContent

Example

{}Copy

interface PatchClientCredentialRequestContent {
expires_at?: string | null;
}

Index

Properties

expires_at?

Properties

Optionalexpires_at

expires_at?: string | null

The ISO 8601 formatted date representing the expiration of the credential.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties expires_at