signInMethod property

String signInMethod
inherited

The authentication sign in method for the credential. For example, 'password', or 'emailLink'. This corresponds to the sign-in method identifier as returned in firebase.auth.Auth.fetchSignInMethodsForEmail.

Implementation

external String get signInMethod;