Back to Node Auth0

Interface ListUserSessionsPaginatedResponseContent

docs/interfaces/management.Management.ListUserSessionsPaginatedResponseContent.html

5.9.1938 B
Original Source

Interface ListUserSessionsPaginatedResponseContent

interface ListUserSessionsPaginatedResponseContent {
sessions?: SessionResponseContent[];
next?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

sessions?next?

Properties

Optionalsessions

sessions?: SessionResponseContent[]

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 sessionsnext