Skip to main content
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

PropertyTypeDefined in
SessionAccessDenied_Override?ComponentOverride<typeof SuperTokensWrapper>recipe/session/types.ts:76

InputType

type InputType = SuperTokensWrapper & object;

Defined in: recipe/session/types.ts:28

Type Declaration

NameTypeDefined in
accessDeniedScreen?SessionFeatureBaseConfigrecipe/session/types.ts:30
onHandleEvent()?(event) => voidrecipe/session/types.ts:31
style?stringrecipe/session/types.ts:29

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

NameTypeDefined in
accessDeniedScreenNormalisedBaseConfigrecipe/session/types.ts:36
invalidClaimStatusCodenumberrecipe/session/types.ts:35
overrideobjectrecipe/session/types.ts:37
override.functions()(originalImplementation, builder) => SuperTokensWrapperrecipe/session/types.ts:38

RecipeEventWithSessionContext

type RecipeEventWithSessionContext = SuperTokensWrapper & object;

Defined in: recipe/session/types.ts:26

Type Declaration

NameTypeDefined in
sessionContextSessionContextUpdaterecipe/session/types.ts:26

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

PropertyTypeDefined in
accessTokenPayloadanyrecipe/session/types.ts:50
doesSessionExistbooleanrecipe/session/types.ts:48
userIdstringrecipe/session/types.ts:49

SessionFeatureBaseConfig

type SessionFeatureBaseConfig = FeatureBaseConfig;

Defined in: recipe/session/types.ts:45