Client says if it is confidential instead of repository

This commit is contained in:
sephster
2018-09-01 14:53:27 +01:00
parent cfa9b8d3b4
commit 3eabbafe5b
3 changed files with 3 additions and 33 deletions

View File

@@ -25,15 +25,6 @@ interface ClientRepositoryInterface extends RepositoryInterface
*/
public function getClientEntity($clientIdentifier);
/**
* Check if a client is confidential.
*
* @param string $clientIdentifier The client's identifier
*
* @return bool
*/
public function isClientConfidential($clientIdentifier);
/**
* Validate a client's secret.
*