Interface GetGrantsRequest

Hierarchy

  • GetGrantsRequest

Properties

audience?: string

audience of the grants to retrieve.

client_id?: string

client_id of the grants to retrieve.

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.

per_page?: number

Number of results per page. Paging is disabled if parameter not sent.

user_id?: string

user_id of the grants to retrieve.