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

    Interface ListRefreshTokensPaginatedResponseContent

    interface ListRefreshTokensPaginatedResponseContent {
        tokens?: RefreshTokenResponseContent[];
        next?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    next?: string

    A cursor to be used as the "from" query parameter for the next page of results.