References
MFA Types
Type Aliases
ComponentOverrideMap
type ComponentOverrideMap = object;
Defined in: recipe/multifactorauth/types.ts:32
Properties
Config
type Config = UserInput & RecipeModuleConfig<GetRedirectionURLContext, PreAndPostAPIHookAction, OnHandleEventContext>;
Defined in: recipe/multifactorauth/types.ts:58
FactorChooserThemeProps
type FactorChooserThemeProps = object;
Defined in: recipe/multifactorauth/types.ts:112
Properties
GetRedirectionURLContext
type GetRedirectionURLContext = NormalisedGetRedirectionURLContext<
| {
action: "FACTOR_CHOOSER";
nextFactorOptions?: string[];
stepUp?: boolean;
}
| {
action: "GO_TO_FACTOR";
factorId: string;
forceSetup?: boolean;
stepUp?: boolean;
}>;
Defined in: recipe/multifactorauth/types.ts:78
LoadedMFAInfo
type LoadedMFAInfo = object;
Defined in: recipe/multifactorauth/types.ts:106
Properties
NormalisedConfig
type NormalisedConfig = object & NormalisedRecipeModuleConfig<GetRedirectionURLContext, PreAndPostAPIHookAction, OnHandleEventContext>;
Defined in: recipe/multifactorauth/types.ts:61
Type Declaration
OnHandleEventContext
type OnHandleEventContext = object;
Defined in: recipe/multifactorauth/types.ts:101
Properties
PreAndPostAPIHookAction
type PreAndPostAPIHookAction = "GET_MFA_INFO";
Defined in: recipe/multifactorauth/types.ts:92
PreAPIHookContext
type PreAPIHookContext = object;
Defined in: recipe/multifactorauth/types.ts:94
Properties
SecondaryFactorRedirectionInfo
type SecondaryFactorRedirectionInfo = object;
Defined in: recipe/multifactorauth/types.ts:123
Properties
UserInput
type UserInput = object & RecipeModuleUserInput<GetRedirectionURLContext, PreAndPostAPIHookAction, OnHandleEventContext>;
Defined in: recipe/multifactorauth/types.ts:40
Type Declaration
Variables
FactorIds
const FactorIds: object;
Defined in: recipe/multifactorauth/types.ts:131