Event Callbacks
onAuthFlowOpen
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
<DynamicContextProvider
settings={{
events: {
onAuthFlowOpen: () => {
console.log('onAuthFlowOpen was called');
}
}
}}
>
{/* ... rest of your app ... */}
</DynamicContextProvider>
Was this page helpful?