crypto.JWT.verify()
Description
Verifies the token.
Syntax
jwt.verify(key)
Parameters
verify(key)
key
A JWK object or a PublicKey object containing the public key used in verification.
Return Value
A boolean value indicating whether the JWT is verified successfully.