Browse Source

doc: add the missing description of the email field

dev1
Jesús Espino 5 years ago
parent
commit
4646555998
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      doc/tokens.md

+ 1
- 0
doc/tokens.md View File

@@ -32,6 +32,7 @@ In addition to the basic claims used in authentication, the token can also provi
32 32
 - 'user' is an object which contains display information for the current user
33 33
   - 'id' is a user identifier string.  Intended for use in reporting/analytics
34 34
   - 'name' is the display name of the user
35
+  - 'email' is the email of the user
35 36
   - 'avatar' is the URL of the avatar for the user
36 37
 - 'callee' is an optional object containing display information when launching a 1-1 video call with a single other participant.  It used to display an overlay to the first user, before the second user joins.
37 38
   - 'id' is a user identifier string.  Intended for use in reporting/analytics

Loading…
Cancel
Save