factoryFor static method

AuthenticatorFactory? factoryFor(
  1. String method
)

Retrieves a factory by method, or null if none registered.

Implementation

static AuthenticatorFactory? factoryFor(String method) => _factories[method];