pull/47/head
MillenniumEarl 2020-11-09 17:30:33 +01:00
commit fe164e1ea6
1 changed files with 4 additions and 3 deletions

View File

@ -63,15 +63,16 @@ User data (after authentication) can be stored in a UserData object, consisting
``` ```
username: Name of the logged in user username: Name of the logged in user
avatarSrc: Source URL of the user's profile picture avatarSrc: Source URL of the user's profile picture
watchedThreads: List of URLs of threads followed by the user watchedGameThreads: List of URLs of threads followed by the user
``` ```
## Login results ## Login results
The outcome of the authentication process is represented by the LoginResult object: The outcome of the authentication process is represented by the LoginResult object:
``` ```
success: Was the authentication successful?; success: Was the authentication successful?
message: Possible error message (unrecognized user, wrong password ...) or authentication successful message message: Possible error message (unrecognized user, wrong password...)
or authentication successful message
``` ```
# Logging # Logging