mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-20 18:42:49 +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);
|
public function setSecret($secret);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validate the secret provided by the client.
|
* Get the hashed client secret
|
||||||
*
|
*
|
||||||
* @param string $submittedSecret
|
* @return string
|
||||||
*
|
|
||||||
* @return bool
|
|
||||||
*/
|
*/
|
||||||
public function validateSecret($submittedSecret);
|
public function getSecret();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the client's redirect uri.
|
* Set the client's redirect uri.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user