Introduction
When users sign in with Dynamic, the SDK receives a JSON Web Token (JWT). The SDK uses it to build the user object and Verified Credentials. For what JWTs are, how Dynamic uses them, and how to verify them on your backend, see Server-side auth and JWT. If you don’t need to access the JWT directly, you can use the user object instead—see the Users section.Accessing JWTs
Fetch JWT from SDK
Access the JWT token through the dynamic client’s auth module:React Native