recon/application/vendor/auth0/auth0-php/tests/json/localhost--well-known-jwks-json.json
2023-02-27 18:53:14 +05:30

13 lines
197 B
JSON

{"keys": [
{
"x5c": [ "__test_x5c_1__" ],
"kid": "__test_kid_1__"
},
{
"x5c": [ "__test_x5c_2__" ],
"kid": "__test_kid_2__"
},
{
"kid": "__no_x5c_test_kid_2__"
}
] }