JwtToken.decode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JwtToken decode(string token, string delegate(ref JSONValue jose) lazyKey)
    class JwtToken
    static
    decode
    (
    string token
    ,
    string delegate
    (
    ref JSONValue jose
    )
    lazyKey
    )
  2. JwtToken decode(string encodedToken, string key)

Meta