Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ TokenExpiredError
Method
TokenExpiredError
include/jwt/exceptions.hpp:159–162 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
157
/**
158
*/
159
TokenExpiredError(std::string msg)
160
: VerificationError(std::move(msg))
161
{
162
}
163
};
164
165
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected