Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthorizedPermissions

Descibes the dictionary of possible permissions based on the user's group membership

Hierarchy

  • AuthorizedPermissions

Index

Properties

isAdmin

isAdmin: boolean

True if the user has admin permission, which allows access to read and edit all content in the course-planning app. This being true also implies that isReadOnly and isLoggedIn are true as well.

isLoggedIn

isLoggedIn: boolean

Returns true if this is a valid user. A false value implies that this is an anonymous user. Note that it is technically possible to be logged in without any group membership, so we should not assume a logged in user has read-only permission

isReadOnly

isReadOnly: boolean

True if the user is permitted to view protected content within the course-planning app. If this is false and isLoggedIn is true, the user may be missing group memberships. A value of true also implies that isLoggedIn is true.

Generated using TypeDoc