1 | <?php |
||
17 | final class Scope |
||
18 | { |
||
19 | /** |
||
20 | * @param string $scope |
||
21 | * @param array $scopes |
||
22 | * |
||
23 | * @throws OAuth2Exception |
||
24 | */ |
||
25 | public static function checkScopeUsedOnce(string $scope, array $scopes) |
||
31 | |||
32 | /** |
||
33 | * @param string $scope |
||
34 | * |
||
35 | * @throws OAuth2Exception |
||
36 | */ |
||
37 | public static function checkScopeCharset(string $scope) |
||
43 | } |
||
44 |