Removed unused method

This commit is contained in:
Alex Bilbie
2016-03-22 17:07:30 +00:00
parent 61986db5ee
commit 95cdaae17f

View File

@@ -45,11 +45,4 @@ interface ClientEntityInterface
* @return string
*/
public function getRedirectUri();
/**
* Returns true if the client is capable of keeping it's secrets secret.
*
* @return bool
*/
public function canKeepASecret();
}