Auth0 Node.js SDK - v5.3.1
    Preparing search index...

    Interface ListVerifiableCredentialTemplatesPaginatedResponseContent

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

    Properties

    Properties

    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.