Back to Node Auth0

Interface GetConnectionEnabledClientsRequestParameters

docs/interfaces/management.Management.GetConnectionEnabledClientsRequestParameters.html

5.9.1774 B
Original Source

Interface GetConnectionEnabledClientsRequestParameters

Example

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

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

Index

Properties

take?from?

Properties

Optionaltake

take?: number | null

Number of results per page. Defaults to 50.

Optionalfrom

from?: string | null

Optional Id from which to start selection.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties takefrom