| 55 | |
| 56 | |
| 57 | AuthenticatorManagerProcess::AuthenticatorManagerProcess() |
| 58 | : ProcessBase(ID::generate("__authentication_router__")) {} |
| 59 | |
| 60 | |
| 61 | Future<Nothing> AuthenticatorManagerProcess::setAuthenticator( |
nothing calls this directly
no test coverage detected