# Functions
No description provided by the author
SignedInID returns the id of signed in user, along with one bool value which indicates whether user uses token authentication.
SignedInUser returns the user object of signed in user, along with two bool values, which indicate whether user uses HTTP Basic Authentication or token authentication respectively.