Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<OAuth2Client> |
AuthorizationServerApi.listOAuth2ClientsForAuthorizationServer(String authServerId)
List all Clients
Lists all clients
|
List<OAuth2Client> |
AuthorizationServerApi.listOAuth2ClientsForAuthorizationServer(String authServerId,
Map<String,String> additionalHeaders)
List all Clients
Lists all clients
|
List<OAuth2Client> |
UserApi.listUserClients(String userId)
List all Clients
Lists all client resources for which the specified user has grants or tokens
|
List<OAuth2Client> |
UserApi.listUserClients(String userId,
Map<String,String> additionalHeaders)
List all Clients
Lists all client resources for which the specified user has grants or tokens
|
Modifier and Type | Method and Description |
---|---|
OAuth2Client |
OAuth2Client.links(LinksSelf links) |
Copyright © 2017–2023 Okta. All rights reserved.