Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 92.86% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class Oauth2JwksAction extends Action |
||
16 | { |
||
17 | /** |
||
18 | * RFC7517: JSON Web Key (JWK) |
||
19 | * https://datatracker.ietf.org/doc/html/rfc7517 |
||
20 | * |
||
21 | * For algorithms see RFC7518: JSON Web Algorithms - Parameters for RSA Keys |
||
22 | * https://datatracker.ietf.org/doc/html/rfc7518#section-6.3. |
||
23 | */ |
||
24 | 4 | public function run() |
|
48 |