Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Header - contains the signing algorithm and token type

  2. Payload - contains data about the Client and access

  3. Signature - consists of the combined base64URLencoded(header).base64URLencoded(payload) all signed with the private secret key provided by the server, using the algorithm stated in the header. 

The OAUTHjwt module function can be called to perform the signature and return the completed token:

...