crypto.JWT
Description
JSON Web Token.
Constructor
new crypto.JWT(token)
Creates an instace of JWT.
Properties
headerHeader part of the token.
Whether the token is valid.
Payload part of the token.
Methods
verify(key)
Verifies the token.
JSON Web Token.
new crypto.JWT(token)
Creates an instace of JWT.
Header part of the token.
Whether the token is valid.
Payload part of the token.
verify(key)
Verifies the token.