<DynamicContextProvider settings={{ eventsCallbacks: { onLinkSuccess: (args) => { console.log('onLinkSuccess was called', args); } } }} > {/* ... rest of your app ... */} </DynamicContextProvider>
{ authToken: string; handleLogOut: () => Promise<void>; isAuthenticated: boolean; user: UserProfile; walletConnector: WalletConnector; }
Was this page helpful?