2 implementations of AuthenticateAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
215public async Task<AuthenticateResult> AuthenticateAsync()
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
17public Task<AuthenticateResult> AuthenticateAsync()
1 reference to AuthenticateAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
78var result = (await handler.AuthenticateAsync()) ?? AuthenticateResult.NoResult();