Callback that generates auth anonymous name generator.
typedef AuthAnonymousNameGenerator<TContext> = FutureOr<String?> Function(TContext context);