1 | <?php |
||
9 | class UserRepository extends UserRepo implements UserRepositoryInterface |
||
10 | { |
||
11 | /** |
||
12 | * @param string $username |
||
13 | * @param string $password |
||
14 | * @param string $grantType |
||
15 | * @param ClientEntityInterface $clientEntity |
||
16 | * @return mixed |
||
17 | */ |
||
18 | public function getUserEntityByUserCredentials($username, $password, $grantType, ClientEntityInterface $clientEntity) |
||
22 | } |