Esempio n. 1
0
        public async Task <bool> HasValidUserScope(string id, string scope, string subjectId)
        {
            scope += " " + _options.DefaultUserScope;

            return(await _store.HasValidUserScope(id, scope, subjectId));
        }