You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| auth_user | Django built-in user table which contains users' authentication information: username, email, password... |
373
373
| user_roles | Contains users' roles. Three roles are used in this sample: admin, teacher, and student. |
374
-
| profiles | Contains users' extra information: *favoriteColor*, *organization_id*, *o365UserId*, and *o365Email*. The later two are used to connect the local user with an O365 user. |
374
+
| profiles | Contains users' extra information: *favoriteColor*, *organization_id*, *o365UserId*, and *o365Email*. The latter two are used to connect the local user with an O365 user. |
375
375
| organizations | A row in this table represents a tenant in AAD.<br>*isAdminConsented* column records if the tenant consented by an administrator. |
376
376
| token_cache | Contains the users' access/refresh tokens. |
377
377
| classroom_seating_arrangements | Contains the classroom seating arrangements data. |
@@ -449,28 +449,28 @@ The **EducationServiceClient** is the core class of the library. It is used to e
0 commit comments