Sha256: d42287e197c77b82ca17a77a334da2a907f42b61df6e91c863779efa6926f01e

Contents?: true

Size: 758 Bytes

Versions: 155

Compression:

Stored size: 758 Bytes

Contents

# OryClient::TokenPagination

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **page_size** | **Integer** | Items per page  This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] |
| **page_token** | **String** | Next Page Token  The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to '1'] |

## Example

```ruby
require 'ory-client'

instance = OryClient::TokenPagination.new(
  page_size: null,
  page_token: null
)
```

Version data entries

155 entries across 155 versions & 1 rubygems

Version Path
ory-client-1.2.5 docs/TokenPagination.md
ory-client-1.2.4 docs/TokenPagination.md
ory-client-1.2.3 docs/TokenPagination.md
ory-client-1.2.2 docs/TokenPagination.md
ory-client-1.2.1 docs/TokenPagination.md
ory-client-1.2.0 docs/TokenPagination.md
ory-client-1.1.51 docs/TokenPagination.md
ory-client-1.1.50 docs/TokenPagination.md
ory-client-1.1.49 docs/TokenPagination.md
ory-client-1.1.48 docs/TokenPagination.md
ory-client-1.1.47 docs/TokenPagination.md
ory-client-1.1.46 docs/TokenPagination.md
ory-client-1.1.45 docs/TokenPagination.md
ory-client-1.1.44 docs/TokenPagination.md
ory-client-1.1.41 docs/TokenPagination.md
ory-client-1.1.40 docs/TokenPagination.md
ory-client-1.1.39.alpha0 docs/TokenPagination.md
ory-client-1.1.39 docs/TokenPagination.md
ory-client-1.1.38 docs/TokenPagination.md
ory-client-1.1.37 docs/TokenPagination.md