Back to Node Auth0

Interface ListUserAuthenticationMethodsOffsetPaginatedResponseContent

docs/interfaces/management.Management.ListUserAuthenticationMethodsOffsetPaginatedResponseContent.html

5.9.11.3 KB
Original Source

Interface ListUserAuthenticationMethodsOffsetPaginatedResponseContent

interface ListUserAuthenticationMethodsOffsetPaginatedResponseContent {
start?: number;
limit?: number;
total?: number;
authenticators?: UserAuthenticationMethod[];
}

Index

Properties

start?limit?total?authenticators?

Properties

Optionalstart

start?: number

Index of the starting record. Derived from the page and per_page parameters.

Optionallimit

limit?: number

Maximum amount of records to return.

Optionaltotal

total?: number

Total number of pageable records.

Optionalauthenticators

authenticators?: UserAuthenticationMethod[]

The paginated authentication methods. Returned in this structure when include_totals is true.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties startlimittotalauthenticators