diff --git a/src/Entities/Interfaces/ClientEntityInterface.php b/src/Entities/Interfaces/ClientEntityInterface.php index a3ab3b99..180719b1 100644 --- a/src/Entities/Interfaces/ClientEntityInterface.php +++ b/src/Entities/Interfaces/ClientEntityInterface.php @@ -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.