Skip to content

Commit c63c1a7

Browse files
authored
feat: make parseKey public (firebase#337)
1 parent 3c2d70f commit c63c1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JWK.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static function parseKeySet(array $jwks)
7171
*
7272
* @uses createPemFromModulusAndExponent
7373
*/
74-
private static function parseKey(array $jwk)
74+
public static function parseKey(array $jwk)
7575
{
7676
if (empty($jwk)) {
7777
throw new InvalidArgumentException('JWK must not be empty');

0 commit comments

Comments
 (0)