query

user

Use this nested query to retrieve user details like if the User isLoggedIn or not, to logout, to get activeSessionList and to check if hasPassword set or not.
Response
loggedInUser
UserDetail
Retrieve information about the currently logged-in user.
activeSessions
SessionList
Retrieve all active sessions of a user.
hasPassword
HasPassword
Check if a user has set an account password.
logout
Logout
Logout currently logged-in user.
Query
Loading...
Try it
Response
Loading...