Type Alias OAuthClientListResponse

Response schema for listing OAuth clients

type OAuthClientListResponse = {
    data: OAuthClientReadResponse[];
    links: Links;
}
Index
links: Links