References
Session Types
Type Aliases
AccessDeniedThemeProps
type AccessDeniedThemeProps = object;
Defined in: recipe/session/types.ts:65
Properties
ComponentOverrideMap
type ComponentOverrideMap = object;
Defined in: recipe/session/types.ts:75
Properties
InputType
type InputType = SuperTokensWrapper & object;
Defined in: recipe/session/types.ts:28
Type Declaration
LoadedSessionContext
type LoadedSessionContext = object & SessionContextUpdate;
Defined in: recipe/session/types.ts:53
Type Declaration
NormalisedSessionConfig
type NormalisedSessionConfig = NormalisedConfig<unknown, any, any> & object;
Defined in: recipe/session/types.ts:34
Type Declaration
RecipeEventWithSessionContext
type RecipeEventWithSessionContext = SuperTokensWrapper & object;
Defined in: recipe/session/types.ts:26
Type Declaration
SessionContextType
type SessionContextType =
| LoadedSessionContext
| {
loading: true;
};
Defined in: recipe/session/types.ts:59
SessionContextUpdate
type SessionContextUpdate = object;
Defined in: recipe/session/types.ts:47
Properties
SessionFeatureBaseConfig
type SessionFeatureBaseConfig = FeatureBaseConfig;
Defined in: recipe/session/types.ts:45