undefined if the user is not logged in. For JWT structure, backend verification, and security guidance, see Tokens.
getAuthToken
This utility can be used to get a JWT token generated by Dynamic which is stored inside of localStorage.
Returns the Dynamic-issued JWT (access token) from localStorage, or
Previous
getMinAuthTokenThis utility can be used to get a minified JWT token generated by Dynamic which is stored inside of localStorage.
Next