create abstract method

Future<Authenticator> create(
  1. RealmSettings realm,
  2. Map<String, Object?> options
)

Builds an authenticator instance for the given realm and options.

Implementation

Future<Authenticator> create(
  RealmSettings realm,
  Map<String, Object?> options,
);