| 1 | <?php |
||
| 21 | final class TokenEndpointAuthMethodSource implements Component |
||
|
|
|||
| 22 | { |
||
| 23 | /** |
||
| 24 | * TokenEndpointAuthMethodSource constructor. |
||
| 25 | */ |
||
| 26 | public function __construct() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @return string |
||
| 45 | */ |
||
| 46 | public function name(): string |
||
| 50 | } |
||
| 51 |