Member Junction
Preparing search index...
@memberjunction/ng-conversations
AuthorizationUserLike
Interface AuthorizationUserLike
The narrow slice of a
UserInfo
the check reads — just the user's role assignments.
interface
AuthorizationUserLike
{
UserRoles
?:
readonly
{
RoleID
:
string
}
[]
|
null
;
}
Index
Properties
User
Roles?
Properties
Optional
User
Roles
UserRoles
?:
readonly
{
RoleID
:
string
}
[]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
User
Roles
Member Junction
Loading...
The narrow slice of a
UserInfothe check reads — just the user's role assignments.