voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 445 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [ActionCodeURL](./auth.actioncodeurl.md) > [tenantId](./auth.actioncodeurl.tenantid.md)
## ActionCodeURL.tenantId property
The tenant ID of the email action link. Null if the email action is from the parent project.
<b>Signature:</b>
```typescript
readonly tenantId: string | null;
```