DifferentSignInMethodsFound constructor

DifferentSignInMethodsFound(
  1. String email,
  2. List<String> methods,
  3. AuthCredential? credential
)

An AuthState that indicates that there are different auth providers associated with an email that was used to authenticate.

See AuthState docs for usage examples.

Implementation

DifferentSignInMethodsFound(this.email, this.methods, this.credential);