๐ Stablecoin Accounts are live! Learn more
Overview & Setup
Providers & Connectors
UI Components
Hooks
- Hooks Introduction
- Core Hooks
- Login & User Management
- Wallets
- Embedded Wallets
- Funding
Events
- Events Introduction
- Dynamic Events
- Event Callbacks
Utilities
isAuthenticatedWithAWallet
This utility can be used check if the user has authenticated with a wallet.
Copy
Ask AI
import { isAuthenticatedWithAWallet } from "@dynamic-labs/sdk-react-core";
const App = () => {
const authenticatedWithAWallet = isAuthenticatedWithAWallet(user)
...
}
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.