# AuthenticationListSigningKeysRequest

## Example Usage

```typescript
import { AuthenticationListSigningKeysRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: AuthenticationListSigningKeysRequest = {};
```

## Fields

| Field                                                                                   | Type                                                                                    | Required                                                                                | Description                                                                             | Example                                                                                 |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `pageSize`                                                                              | *number*                                                                                | :heavy_minus_sign:                                                                      | The number of entries to return in a single page; Default = 100; Maximum = 1000         | 50                                                                                      |
| `pageToken`                                                                             | *string*                                                                                | :heavy_minus_sign:                                                                      | Page token used for pagination; Supplying a page token returns the next page of results | ZXhhbXBsZQo                                                                             |