mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added getSecret method to ClientEntityInterface
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user