ClientRepository implementations are now responsible for dealing with client secret

This commit is contained in:
Alex Bilbie
2016-03-22 16:29:04 +00:00
parent f688401f63
commit 878afeb9f9
5 changed files with 12 additions and 35 deletions

View File

@@ -32,18 +32,6 @@ interface ClientEntityInterface
*/
public function setName($name);
/**
* @param string $secret
*/
public function setSecret($secret);
/**
* Get the hashed client secret
*
* @return string
*/
public function getSecret();
/**
* Set the client's redirect uri.
*