InputType
InputType: { apiBasePath?: string; apiDomain: string; autoAddCredentials?: boolean; cookieDomain?: string; cookieHandler?: CookieHandlerInput; enableDebugLogs?: boolean; isInIframe?: boolean; onHandleEvent?: EventHandler; override?: { functions?: any }; postAPIHook?: RecipePostAPIHookFunction; preAPIHook?: RecipePreAPIHookFunction; sessionExpiredStatusCode?: number; sessionScope?: string; windowHandler?: WindowHandlerInput }
Type declaration
Optional apiBasePath?: string
apiDomain: string
Optional autoAddCredentials?: boolean
Optional cookieDomain?: string
Optional cookieHandler?: CookieHandlerInput
Optional enableDebugLogs?: boolean
Optional isInIframe?: boolean
Optional onHandleEvent?: EventHandler
Optional override?: { functions?: any }
Optional postAPIHook?: RecipePostAPIHookFunction
Optional preAPIHook?: RecipePreAPIHookFunction
Optional sessionExpiredStatusCode?: number
Optional sessionScope?: string
Optional windowHandler?: WindowHandlerInput