Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ get
Method
get
include/jwt/parameters.hpp:191–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
const std::string& get() const& noexcept { return aud_; }
191
std::string get() && noexcept { return aud_; }
192
193
std::string aud_;
194
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected