MCPcopy Create free account
hub / github.com/3rdparty/libprocess / JWTAuthenticator

Method JWTAuthenticator

src/jwt_authenticator.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136JWTAuthenticator::JWTAuthenticator(const string& realm, const string& secret)
137 : process_(new JWTAuthenticatorProcess(realm, secret))
138{
139 spawn(process_.get());
140}
141
142
143JWTAuthenticator::~JWTAuthenticator()

Callers

nothing calls this directly

Calls 2

spawnFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected