Uses of Class
org.openapitools.client.model.OAuth2Client
Packages that use OAuth2Client
-
Uses of OAuth2Client in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type OAuth2ClientModifier and TypeMethodDescriptionAuthorizationServerApi.listOAuth2ClientsForAuthorizationServer(String authServerId) List all Clients Lists all clientsorg.springframework.http.ResponseEntity<List<OAuth2Client>>AuthorizationServerApi.listOAuth2ClientsForAuthorizationServerWithHttpInfo(String authServerId) List all Clients Lists all clientsUserApi.listUserClients(String userId) List all Clients Lists all client resources for which the specified user has grants or tokensorg.springframework.http.ResponseEntity<List<OAuth2Client>>UserApi.listUserClientsWithHttpInfo(String userId) List all Clients Lists all client resources for which the specified user has grants or tokens