Home > @firebase/auth > AuthCredential > signInMethod
AuthCredential.signInMethod property
The authentication sign in method for the credential.
Signature:
readonly signInMethod: string;
Description
For example, SignInMethod.EMAIL_PASSWORD, or SignInMethod.EMAIL_LINK. This corresponds to the sign-in method identifier as returned in fetchSignInMethodsForEmail().