1 | <?php |
||
19 | class JWKSet implements JWKSourceInterface |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function create(ContainerBuilder $container, $id, array $config) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function getKey() |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | public function addConfiguration(NodeDefinition $node) |
||
65 | } |
||
66 |