mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
ClientRepository implementations are now responsible for dealing with client secret
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user