Esempio n. 1
0
        public ScopeProjects GetAuthorizedScopes(string username)
        {
            OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse;

            context.ContentType = "application/xml";

            return(_adapterProvider.GetAuthorizedScope(username));
        }