| 1 | <?php |
||
| 26 | final class Values extends AbstractSource implements JWKSourceInterface |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function createDefinition(ContainerBuilder $container, array $config): Definition |
||
| 44 | |||
| 45 | /** |
||
| 46 | * {@inheritdoc} |
||
| 47 | */ |
||
| 48 | public function getKey(): string |
||
| 52 | |||
| 53 | /** |
||
| 54 | * {@inheritdoc} |
||
| 55 | */ |
||
| 56 | public function addConfiguration(NodeDefinition $node) |
||
| 68 | } |
||
| 69 |