Public Member Functions | |
| "UserSession" | get (cls) |
Static Public Attributes | |
| str | username | None |
| str | location | None |
| str | user_id | None |
A class representing your current user session's information.
Args:
is_signed_in (bool): Whether the user is signed in.
username (str): The username of the user.
location (str): The location of the user.
user_id (str): The ID of the user.