api documentation for json-web-token (v2.1.3)

JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.

table of contents

  1. module json-web-token
    1. function json-web-token.JWTError (message)
    2. function json-web-token.JWTError.super_ ()
    3. function json-web-token.decode (key, token, cb)
    4. function json-web-token.encode (key, data, algorithm, cb)
    5. function json-web-token.getAlgorithms ()
  2. module json-web-token.JWTError
    1. function json-web-token.JWTError (message)
    2. function json-web-token.JWTError.super_ ()
  3. module json-web-token.JWTError.super_
    1. function json-web-token.JWTError.super_ ()
    2. function json-web-token.JWTError.super_.captureStackTrace ()
    3. number json-web-token.JWTError.super_.stackTraceLimit

module json-web-token

function json-web-token.JWTError (message)

function json-web-token.JWTError.super_ ()

function json-web-token.decode (key, token, cb)

function json-web-token.encode (key, data, algorithm, cb)

function json-web-token.getAlgorithms ()

module json-web-token.JWTError

function json-web-token.JWTError (message)

function json-web-token.JWTError.super_ ()

module json-web-token.JWTError.super_

function json-web-token.JWTError.super_ ()

function json-web-token.JWTError.super_.captureStackTrace ()

[ this document was created with utility2 ]