Back to Node Auth0

Interface ListUserSessionsRequestParameters

docs/interfaces/management.Management.ListUserSessionsRequestParameters.html

5.9.1764 B
Original Source

Interface ListUserSessionsRequestParameters

Example

{ * from: "from", * take: 1 * }Copy

interface ListUserSessionsRequestParameters {
from?: string | null;
take?: number | null;
}

Index

Properties

from?take?

Properties

Optionalfrom

from?: string | null

An optional cursor from which to start the selection (exclusive).

Optionaltake

take?: number | null

Number of results per page. Defaults to 50.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtake