registerFactory static method
Registers a factory. Overwrites any existing factory for the same method.
Implementation
static void registerFactory(AuthenticatorFactory factory) {
_factories[factory.method] = factory;
}
Registers a factory. Overwrites any existing factory for the same method.
static void registerFactory(AuthenticatorFactory factory) {
_factories[factory.method] = factory;
}