- decode
int decode(size_t cycles, string token, string secret)
Undocumented in source. Be warned that the author may not have intended to support it.
- encode
int encode(size_t cycles, JWTAlgorithm alg, string payload, string secret)
Undocumented in source. Be warned that the author may not have intended to support it.
- main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- validate
int validate(size_t cycles, string token, string secret)
Undocumented in source. Be warned that the author may not have intended to support it.