Back to Node Auth0

Interface ListVerifiableCredentialTemplatesPaginatedResponseContent

docs/interfaces/management.Management.ListVerifiableCredentialTemplatesPaginatedResponseContent.html

5.9.11019 B
Original Source

Interface ListVerifiableCredentialTemplatesPaginatedResponseContent

interface ListVerifiableCredentialTemplatesPaginatedResponseContent {
next?: string | null;
templates?: VerifiableCredentialTemplateResponse[];
}

Index

Properties

next?templates?

Properties

Optionalnext

next?: string | null

Opaque identifier for use with the from query parameter for the next page of results.
This identifier is valid for 24 hours.

Optionaltemplates

templates?: VerifiableCredentialTemplateResponse[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nexttemplates