コード例 #1
0
 public async Task <IEnumerable <IdentityResource> > FindIdentityResourcesByScopeNameAsync(
     IEnumerable <string> scopeNames)
 {
     return(await _identityResourceRepository.GetByNameAsync(scopeNames, default));
 }