onDifferentProvidersFound abstract method

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

Called when available providers for the email were successfully fetched.

Implementation

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