Oauth2ClientsListResponse Example Usage import { Oauth2ClientsListResponse } from "@polar-sh/sdk/models/operations"; let value: Oauth2ClientsListResponse = { result: { items: [ { redirectUris: [ "https://educated-cassava.com", ], clientName: "<value>", createdAt: new Date("2025-07-16T02:55:22.729Z"), modifiedAt: new Date("2023-10-11T06:26:54.883Z"), clientId: "<id>", clientSecret: "<value>", clientIdIssuedAt: 617665, clientSecretExpiresAt: 354461, }, ], pagination: { totalCount: 440396, maxPage: 855174, }, }, }; Fields Field Type Required Description result components.ListResourceOAuth2Client ✔️ N/A