pull/31109/head
minhtaile2712 2023-11-22 17:16:37 +07:00 committed by GitHub
parent 2d219ef051
commit ccb00a2aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public async Task<AuthorizationResult> AuthorizeAsync(ClaimsPrincipal user,
// Create a tracking context from the authorization inputs.
var authContext = _contextFactory.CreateContext(requirements, user, resource);
// By default this returns an IEnumerable<IAuthorizationHandlers> from DI.
// By default this returns an IEnumerable<IAuthorizationHandler> from DI.
var handlers = await _handlers.GetHandlersAsync(authContext);
// Invoke all handlers.