crypto.JWT()
Description
Creates an instace of JWT.
Syntax
new crypto.JWT(token)
Parameters
new crypto.JWT(token)
token
A string containing the Base64-encoded JWT.
Return Value
A JWT object containing information of the JWT.
Creates an instace of JWT.
new crypto.JWT(token)
new crypto.JWT(token)
A string containing the Base64-encoded JWT.
A JWT object containing information of the JWT.