Ejemplo n.º 1
0
        public string GetUserRole(string tokenId)
        {
            var userId = _authenticator.AuthenticateWithFirebase(tokenId);

            return(_authorizer.AuthorizeUser(userId));
        }