Struct algorithm_param

Struct Documentation

struct algorithm_param

Parameter for providing the algorithm to use. The parameter can accept either the string representation or the enum class.

Modeled as ParameterConcept.

Public Functions

inline algorithm_param(const string_view alg)
inline algorithm_param(jwt::algorithm alg)
inline jwt::algorithm get() const noexcept

Public Members

jwt::algorithm alg_