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

Method unsetAuthenticator

src/authenticator_manager.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71Future<Nothing> AuthenticatorManagerProcess::unsetAuthenticator(
72 const string& realm)
73{
74 authenticators_.erase(realm);
75 return Nothing();
76}
77
78
79Future<Option<AuthenticationResult>> AuthenticatorManagerProcess::authenticate(

Callers 1

unsetAuthenticatorFunction · 0.80

Calls 2

dispatchFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected