References
EmailVerification Types
Type Aliases
InputType
type InputType = RecipeConfig<PreAndPostAPIHookAction> & UserInput;
Defined in: tmp/supertokens-web-js/lib/ts/recipe/emailverification/types.ts:43
InputTypeOverride
type InputTypeOverride = object;
Defined in: tmp/supertokens-web-js/lib/ts/recipe/emailverification/types.ts:29
Properties
NormalisedInputType
type NormalisedInputType = NormalisedRecipeConfig<PreAndPostAPIHookAction> & object;
Defined in: tmp/supertokens-web-js/lib/ts/recipe/emailverification/types.ts:45
Type Declaration
PostAPIHookContext
type PostAPIHookContext = RecipePreAPIHookContext<PreAndPostAPIHookAction>;
Defined in: tmp/supertokens-web-js/lib/ts/recipe/emailverification/types.ts:27
PreAndPostAPIHookAction
type PreAndPostAPIHookAction = "VERIFY_EMAIL" | "SEND_VERIFY_EMAIL" | "IS_EMAIL_VERIFIED";
Defined in: tmp/supertokens-web-js/lib/ts/recipe/emailverification/types.ts:24
PreAPIHookContext
type PreAPIHookContext = RecipePreAPIHookContext<PreAndPostAPIHookAction>;
Defined in: tmp/supertokens-web-js/lib/ts/recipe/emailverification/types.ts:26
RecipeInterface
type RecipeInterface = object;
Defined in: tmp/supertokens-web-js/lib/ts/recipe/emailverification/types.ts:54
Properties
UserInput
type UserInput = object & RecipeModuleUserInput<PreAndPostAPIHookAction>;
Defined in: tmp/supertokens-web-js/lib/ts/recipe/emailverification/types.ts:36