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