Type Alias OAuthClientAdminListResponse

Response schema for listing OAuth clients as an admin user

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

Properties

links: Links
totalResults?: number

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