decode

simple version that knows which key was used to encode the token

  1. JSONValue decode(string token, string key)
    JSONValue
    decode
    (
    string token
    ,
    string key
    )
  2. JSONValue decode(string token, string delegate(ref JSONValue jose) lazyKey)

Meta