Skip to content
Esc
navigateopen⌘Jpreview
Dashboard
On this page

supertokens-auth-react/recipe/multitenancy/types

References documentation for the supertokens-auth-react/recipe/multitenancy/types package

Type Aliases

ComponentOverrideMap

type ComponentOverrideMap = object;

Defined in: recipe/multitenancy/types.ts

Properties

Property Type Defined in
MultitenancyDynamicLoginMethodsSpinnerTheme_Override? ComponentOverride<typeof SuperTokensWrapper> recipe/multitenancy/types.ts

GetLoginMethodsResponseNormalized

type GetLoginMethodsResponseNormalized = object;

Defined in: recipe/multitenancy/types.ts

Properties

Property Type Defined in
firstFactors string[] recipe/multitenancy/types.ts
thirdparty object recipe/multitenancy/types.ts
thirdparty.providers object[] recipe/multitenancy/types.ts

NormalisedConfig

type NormalisedConfig = NormalisedRecipeModuleConfig<any, PreAndPostAPIHookAction, any> & object;

Defined in: recipe/multitenancy/types.ts

Type Declaration

Name Type Defined in
override object recipe/multitenancy/types.ts
override.functions()? (originalImplementation, builder) => SuperTokensWrapper recipe/multitenancy/types.ts

PreAndPostAPIHookAction

type PreAndPostAPIHookAction = "GET_LOGIN_METHODS";

Defined in: recipe/multitenancy/types.ts


UserInput

type UserInput = object & RecipeModuleUserInput<any, PreAndPostAPIHookAction, any>;

Defined in: recipe/multitenancy/types.ts

Type Declaration

Name Type Defined in
override? object recipe/multitenancy/types.ts
override.functions()? (originalImplementation, builder) => SuperTokensWrapper recipe/multitenancy/types.ts

API reference

API schema and response details