Future<void> initialize(Map<String, dynamic> config) async { log('Initializing auth provider...'); await _provider.initialize(config); }