---
title: supertokens-auth-react/recipe/multitenancy
description: References documentation for the supertokens-auth-react/recipe/multitenancy package
sidebar:
  order: 90
---

## Classes

### default

Defined in: [recipe/multitenancy/index.ts:24](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/index.ts#L24)

#### Constructors

##### Constructor

```ts check=false reason="Generated API signature"
new default(): default;
```

###### Returns

[`default`](#default)

#### Properties

| Property | Modifier | Type | Default value | Defined in |
| ------ | ------ | ------ | ------ | ------ |
| <a id="member-default-alloweddomainsclaim"></a> `AllowedDomainsClaim` | `static` | `any` | `AllowedDomainsClaim` | [recipe/multitenancy/index.ts:29](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/index.ts#L29) |
| <a id="componentsoverrideprovider"></a> `ComponentsOverrideProvider` | `static` | `any` | `RecipeComponentsOverrideContextProvider` | [recipe/multitenancy/index.ts:31](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/index.ts#L31) |

#### Methods

##### init()

```ts check=false reason="Generated API signature"
static init(config?): RecipeInitResult<any, any, any, any>;
```

Defined in: [recipe/multitenancy/index.ts:25](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/index.ts#L25)

###### Parameters

| Parameter | Type |
| ------ | ------ |
| `config?` | [`UserInput`](recipe-multitenancy-types#userinput) |

###### Returns

[`RecipeInitResult`](types#recipeinitresult)\<`any`, `any`, `any`, `any`\>

## Variables

### init()

```ts check=false reason="Generated API signature"
const init: (config?) => RecipeInitResult<any, any, any, any> = Wrapper.init;
```

Defined in: [recipe/multitenancy/index.ts:34](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/index.ts#L34)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `config?` | [`UserInput`](recipe-multitenancy-types#userinput) |

#### Returns

[`RecipeInitResult`](types#recipeinitresult)\<`any`, `any`, `any`, `any`\>

***

### MultitenancyComponentsOverrideProvider

```ts check=false reason="Generated API signature"
const MultitenancyComponentsOverrideProvider: any = Wrapper.ComponentsOverrideProvider;
```

Defined in: [recipe/multitenancy/index.ts:35](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/index.ts#L35)

## References

### AllowedDomainsClaim

Renames and re-exports [SuperTokensWrapper](index#supertokenswrapper-1)

***

### RecipeInterface

Renames and re-exports [SuperTokensWrapper](index#supertokenswrapper-1)

***

### UserInput

Re-exports [UserInput](recipe-multitenancy-types#userinput)
