<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [AuthError](./auth-types.autherror.md) &gt; [tenantid](./auth-types.autherror.tenantid.md)

## AuthError.tenantid property

The tenant ID being used for sign-in/linking.

<b>Signature:</b>

```typescript
readonly tenantid?: string;
```

## Remarks

If you use [signInWithRedirect()](./auth.signinwithredirect.md) to sign in, you have to set the tenant ID on [Auth](./auth-types.auth.md) instance again as the tenant ID is not persisted after redirection.

