Type Alias OAuthClientAdminListResponse

Response schema for listing OAuth clients as an admin user

type OAuthClientAdminListResponse = {
    data: OAuthClientAdminListItem[];
    links: Links;
    totalResults?: number | null;
}
Index
links: Links
totalResults?: number | null

Total number of oauth clients, included only if totalResults query parameter is set to true.