I am using ServiceStack
and have started to add role based authorization to my service. From the documentation I can see there are services to assign and remove roles from a user via the web service.
My question is are there any built-in services included in ServiceStack to query the roles and permissions the user currently has?