Added getSecret method to ClientEntityInterface

This commit is contained in:
Alex Bilbie 2016-03-15 21:29:35 +00:00
parent 264bc7b625
commit c7a5a57304

View File

@ -38,13 +38,11 @@ interface ClientEntityInterface
public function setSecret($secret);
/**
* Validate the secret provided by the client.
* Get the hashed client secret
*
* @param string $submittedSecret
*
* @return bool
* @return string
*/
public function validateSecret($submittedSecret);
public function getSecret();
/**
* Set the client's redirect uri.