public interface ClientStore extends ClientRegistration
| Modifier and Type | Method and Description |
|---|---|
Client |
getClientById(String clientId)
Returns a client based on the provided client Id.
|
default Client |
getClientById(String clientId,
String clientSecret)
Returns a client based on the provided client Id.
|
addClient, removeClient, removeClientClient getClientById(String clientId) throws NoSuchClientException
clientId - The clientIdNoSuchClientExceptionOAuth2Exceptiondefault Client getClientById(String clientId, String clientSecret) throws NoSuchClientException
clientId - The clientIdclientSecret - The clientSecretNoSuchClientExceptionOAuth2ExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.