๐ 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
getAuthToken
This utility can be used to get a JWT token generated by Dynamic which is stored inside of localStorage.
Copy
Ask AI
import { getAuthToken } from "@dynamic-labs/sdk-react-core";
const App = () => {
const dynamicJwtToken = getAuthToken()
...
}
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.