The set of Roles the user belongs to (including ones given to it by the sync function and by OIDC/JWT) Returns nil if invalidated
()
| 109 | // The set of Roles the user belongs to (including ones given to it by the sync function and by OIDC/JWT) |
| 110 | // Returns nil if invalidated |
| 111 | RoleNames() ch.TimedSet |
| 112 | |
| 113 | // The roles the user was explicitly granted access to thru the admin API. |
| 114 | ExplicitRoles() ch.TimedSet |
no outgoing calls