Interface IExistingAndAuthorizedUser

Information about an existing and authorized user.

interface IExistingAndAuthorizedUser {
    roles: AuthorizeRoles;
}

Properties

Properties

The roles of the user.

Generated using TypeDoc