> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# getAuthToken

> This utility can be used to get a JWT token generated by Dynamic which is stored inside of localStorage.

```TypeScript
import { getAuthToken } from "@dynamic-labs/sdk-react-core";

const App = () => {
    const dynamicJwtToken = getAuthToken()
    ...
}
```
