Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ get
Method
get
include/jwt/parameters.hpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
{}
112
113
jwt::algorithm get() const noexcept
114
{
115
return alg_;
116
}
117
118
typename jwt::algorithm alg_;
119
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected