onDifferentProvidersFound method

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

Called when available providers for the email were successfully fetched.

Implementation

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