References
ThirdParty Types
Type Aliases
ComponentOverrideMap
type ComponentOverrideMap = object;
Defined in: recipe/thirdparty/types.ts:39
Properties
Config
type Config = UserInput & AuthRecipeModuleConfig<GetRedirectionURLContext, PreAndPostAPIHookAction, OnHandleEventContext>;
Defined in: recipe/thirdparty/types.ts:55
CustomStateProperties
type CustomStateProperties = object;
Defined in: recipe/thirdparty/types.ts:116
Properties
GetRedirectionURLContext
type GetRedirectionURLContext = never;
Defined in: recipe/thirdparty/types.ts:84
NormalisedConfig
type NormalisedConfig = object & NormalisedAuthRecipeModuleConfig<GetRedirectionURLContext, PreAndPostAPIHookAction, OnHandleEventContext>;
Defined in: recipe/thirdparty/types.ts:58
Type Declaration
NormalisedSignInAndUpFeatureConfig
type NormalisedSignInAndUpFeatureConfig = NormalisedBaseConfig & object;
Defined in: recipe/thirdparty/types.ts:76
Type Declaration
OnHandleEventContext
type OnHandleEventContext =
| AuthRecipeModuleOnHandleEventContext
| {
action: "SUCCESS";
createdNewSession: boolean;
isNewRecipeUser: boolean;
user: SuperTokensWrapper;
userContext: UserContext;
};
Defined in: recipe/thirdparty/types.ts:95
PreAndPostAPIHookAction
type PreAndPostAPIHookAction = "GET_AUTHORISATION_URL" | "THIRD_PARTY_SIGN_IN_UP";
Defined in: recipe/thirdparty/types.ts:86
PreAPIHookContext
type PreAPIHookContext = object;
Defined in: recipe/thirdparty/types.ts:88
Properties
SignInAndUpFeatureUserInput
type SignInAndUpFeatureUserInput = FeatureBaseConfig & object;
Defined in: recipe/thirdparty/types.ts:69
Type Declaration
SignInAndUpThemeProps
type SignInAndUpThemeProps = PartialAuthComponentProps & object;
Defined in: recipe/thirdparty/types.ts:105
Type Declaration
StateObject
type StateObject = SuperTokensWrapper & object;
Defined in: recipe/thirdparty/types.ts:111
Type Declaration
UserInput
type UserInput = object & AuthRecipeModuleUserInput<GetRedirectionURLContext, PreAndPostAPIHookAction, OnHandleEventContext>;
Defined in: recipe/thirdparty/types.ts:44