Remove client secret propety on entity

This commit is contained in:
Alex Bilbie
2015-04-05 17:13:55 +01:00
parent 56f6df11a8
commit 26c1abdd3c
3 changed files with 0 additions and 38 deletions

View File

@@ -15,19 +15,6 @@ interface ClientEntityInterface
*/
public function setIdentifier($identifier);
/**
* Get the client's secret
* @return string
*/
public function getSecret();
/**
* Set the client's secret
* @param string $secret
* @return string
*/
public function setSecret($secret);
/**
* Get the client's name
* @return string