<DynamicContextProvider settings={{ events: { onAuthFlowClose: () => { console.log('onAuthFlowClose was called'); } } }} > {/* ... rest of your app ... */} </DynamicContextProvider>
Was this page helpful?