handleLogOut
<DynamicContextProvider settings={{ events: { onLogout: (args) => { console.log('onLogout was called', args); } } }} > {/* ... rest of your app ... */} </DynamicContextProvider>
user: UserProfile | undefined;
Was this page helpful?