<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [AuthCredential](./auth.authcredential.md) &gt; [signInMethod](./auth.authcredential.signinmethod.md)

## AuthCredential.signInMethod property

The authentication sign in method for the credential.

<b>Signature:</b>

```typescript
readonly signInMethod: string;
```

## Remarks

For example, [SignInMethod.EMAIL\_PASSWORD](./auth.signinmethod.email_password.md)<!-- -->, or [SignInMethod.EMAIL\_LINK](./auth.signinmethod.email_link.md)<!-- -->. This corresponds to the sign-in method identifier as returned in [fetchSignInMethodsForEmail()](./auth.fetchsigninmethodsforemail.md)<!-- -->.

