ProvidersFoundCallback typedef

  1. @Deprecated('Email enumeration protection is on by default.' 'Read more here https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection')
ProvidersFoundCallback = void Function(String email, List<String> providers)

A callback that is being called when providers fetch request is completed.

Implementation

@Deprecated(
  'Email enumeration protection is on by default.'
  'Read more here https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection',
)
typedef ProvidersFoundCallback = void Function(
  String email,
  List<String> providers,
);