Back to Node Auth0

Interface ListRefreshTokensPaginatedResponseContent

docs/interfaces/management.Management.ListRefreshTokensPaginatedResponseContent.html

5.9.1945 B
Original Source

Interface ListRefreshTokensPaginatedResponseContent

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

Indexable

Accepts any additional properties

Index

Properties

tokens?next?

Properties

Optionaltokens

tokens?: RefreshTokenResponseContent[]

Optionalnext

next?: string

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties tokensnext