AuthAuthenticationMethodInventoryLoader typedef

AuthAuthenticationMethodInventoryLoader = FutureOr<AuthAuthenticationMethodSnapshot> Function()

Loads the current authentication-method inventory for a user.

Implementation

typedef AuthAuthenticationMethodInventoryLoader =
    FutureOr<AuthAuthenticationMethodSnapshot> Function();