Function: verifyUser()¶
verifyUser():
Promise
<undefined
|UserProfile
>
Defined in: src/services/AuthService.tsx:307
Verify current session and return user profile from cookie.
Returns¶
Promise
<undefined
| UserProfile
>
On success:
UserProfile
On failure: throws Axios error (caller should handle)