Type Alias OAuthClientListResponse

Response schema for listing OAuth clients

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

Properties

Properties

links: Links