MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / algorithm_param

Method algorithm_param

include/jwt/parameters.hpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103struct algorithm_param
104{
105 algorithm_param(const string_view alg)
106 : alg_(str_to_alg(alg))
107 {}
108
109 algorithm_param(jwt::algorithm alg)
110 : alg_(alg)

Callers

nothing calls this directly

Calls 1

str_to_algFunction · 0.85

Tested by

no test coverage detected