decode

full version where the key is provided after decoding the JOSE header

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

Meta