Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 902 Bytes

TokenPaginationRequestParameters.md

File metadata and controls

16 lines (11 loc) · 902 Bytes

ory_hydra_client.model.TokenPaginationRequestParameters

Load the model package

import 'package:ory_hydra_client/api.dart';

Properties

Name Type Description Notes
pageSize int Items per Page This is the number of items per page to return. For details on pagination please head over to the pagination documentation. [optional] [default to 250]
pageToken String Next Page Token The next page token. For details on pagination please head over to the pagination documentation. [optional] [default to '1']

[Back to Model list] [Back to API list] [Back to README]