mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 Merge PR #49894 [jsrsasign] Fixed key type definition in verifyJWT by @codyebberson
This commit is contained in:
2
types/jsrsasign/modules/KJUR/jws/JWS.d.ts
vendored
2
types/jsrsasign/modules/KJUR/jws/JWS.d.ts
vendored
@@ -355,7 +355,7 @@ declare namespace jsrsasign.KJUR.jws {
|
||||
*/
|
||||
function verifyJWT(
|
||||
sJWT: string,
|
||||
key: string,
|
||||
key: string | RSAKey,
|
||||
acceptField?: {
|
||||
alg?: string[];
|
||||
aud?: string[];
|
||||
|
||||
Reference in New Issue
Block a user