Merge branch 'master' of https://github.com/MillenniumEarl/F95API
commit
fe164e1ea6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue