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

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