We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2d70f commit c63c1a7Copy full SHA for c63c1a7
src/JWK.php
@@ -71,7 +71,7 @@ public static function parseKeySet(array $jwks)
71
*
72
* @uses createPemFromModulusAndExponent
73
*/
74
- private static function parseKey(array $jwk)
+ public static function parseKey(array $jwk)
75
{
76
if (empty($jwk)) {
77
throw new InvalidArgumentException('JWK must not be empty');
0 commit comments