🤖 Merge PR #49894 [jsrsasign] Fixed key type definition in verifyJWT by @codyebberson

This commit is contained in:
Cody Ebberson
2020-12-08 12:58:49 -08:00
committed by GitHub
parent 0e9b27a02f
commit c01e694b86

View File

@@ -355,7 +355,7 @@ declare namespace jsrsasign.KJUR.jws {
*/
function verifyJWT(
sJWT: string,
key: string,
key: string | RSAKey,
acceptField?: {
alg?: string[];
aud?: string[];