module ddata.jwt.algorithm;

enum Algorithm : string {
    hs256 = "HS264",
    rs256 = "RS256",
}