| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | final class ResourceOwnerPasswordCredentialRepository implements ResourceOwnerPasswordCredentialManagerInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var ResourceOwnerId[] |
||
| 24 | */ |
||
| 25 | private $usernameAndPasswords; |
||
| 26 | |||
| 27 | public function __construct() |
||
| 31 | ]; |
||
| 32 | } |
||
| 33 | |||
| 34 | public function findResourceOwnerIdWithUsernameAndPassword(string $username, string $password): ?ResourceOwnerId |
||
| 46 |