1 | <?php |
||
21 | final class GrantSource implements Component |
||
|
|||
22 | { |
||
23 | /** |
||
24 | * TokenEndpointAuthMethodSource constructor. |
||
25 | */ |
||
26 | public function __construct() |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public function name(): string |
||
53 | } |
||
54 |