| 1 | <?php |
||
| 10 | class ScopeRepository extends EntityRepository implements ScopeRepositoryInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param string $identifier |
||
| 14 | * @return mixed |
||
| 15 | */ |
||
| 16 | public function getScopeEntityByIdentifier($identifier) |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param array|ScopeEntityInterface[] $scopes |
||
| 23 | * @param string $grantType |
||
| 24 | * @param ClientEntityInterface $clientEntity |
||
| 25 | * @param null|string|null $userIdentifier |
||
| 26 | * @return mixed |
||
| 27 | */ |
||
| 28 | public function finalizeScopes(array $scopes, $grantType, ClientEntityInterface $clientEntity, $userIdentifier = null) |
||
| 32 | } |