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.
See Implementation
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.