mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 18:51:53 +05:30
Added getSecret method to ClientEntityInterface
This commit is contained in:
parent
264bc7b625
commit
c7a5a57304
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user