verifyJWS(jws: string,key?: JWK | null,): JWSVerificationResult
Verify JWS signature against the embedded JWK key.
Returns both the signed payload and the embedded JWK key used to sign the payload.
optional
key: JWK | null
verifyJWS(jws: string,key?: JWK | null,): JWSVerificationResult
Verify JWS signature against the embedded JWK key.
Returns both the signed payload and the embedded JWK key used to sign the payload.
key: JWK | null