loadUser MethodProtected
Gets the user from storage
loadUser(): Promise<User | undefined>
@returns User found in storage.
- Resolves to undefined if no user was found.
- Returned user may have expired - so it's up to the caller to check the expired state
Returns - Promise<User | undefined>
User found in storage.
- Resolves to undefined if no user was found.
- Returned user may have expired - so it's up to the caller to check the expired state
Defined in
- Client.ts Line 270
Last Updated: 02 July, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.