events
which has the same purpose. In V4 we are removing the old prop entirely.
getAuthToken
and getMinAuthToken
.
Note that if you just want to know if the user is logged in or not, you can use the useIsLoggedIn
hook.
openFunding
method exported from useFunding
hook to openExternalFunding
which now takes in a required parameter of onrampProvider
.
useDynamicEvents
which allows you to listen to events emitted by the SDK now exposes more events. The full list of available events is now:
Auth Events
authFailure
authFlowCancelled
authFlowClose
authFlowOpen
authInit
logout
Wallet Events
walletAdded
walletRemoved
embeddedWalletCreated
primaryWalletChanged
primaryWalletNetworkChanged
userWalletsChanged
OTP/MFA Events
emailVerificationResult
smsVerificationResult
mfaCompletionFailure
mfaCompletionSuccess