VerifyJWT
JWT (JSON Web Token) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. To transmit information (send and receive), VerifyJWT is used in conjunction with CreateJWT.
Properties
Secret Key
The secret key as a List
Token
The encoded token. (See the CreateJWT function for details on how to create a token.)
Algorithm
The algorithm used to encode the token.
Links
Introduction to JSON Web Tokens