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

Method JWTAuthenticatorProcess

src/jwt_authenticator.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50JWTAuthenticatorProcess::JWTAuthenticatorProcess(
51 const string& realm,
52 const string& secret)
53 : ProcessBase(ID::generate("__jwt_authenticator__")),
54 realm_(realm),
55 secret_(secret) {}
56
57
58Future<AuthenticationResult> JWTAuthenticatorProcess::authenticate(

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected