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