jwt_alg_str

Convert alg type to it's string representation.

Returns a string that matches the alg type provided.

@param alg A valid jwt_alg_t specifier. @returns Returns a string (e.g. "RS256") matching the alg or NULL for invalid alg.

extern (C) nothrow @nogc
const(char)*
jwt_alg_str

Meta