Interface GetAuthenticationMethodsRequest

Hierarchy

  • GetAuthenticationMethodsRequest

Properties

id: string

The ID of the user in question.

include_totals?: boolean

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

page?: number

Page index of the results to return. First page is 0. Default is 0.

per_page?: number

Number of results per page. Default is 50.