2 references to HandleAuthenticateOnceAsync
Microsoft.AspNetCore.Authentication (2)
AuthenticationHandler.cs (2)
224var result = await HandleAuthenticateOnceAsync() ?? AuthenticateResult.NoResult(); 267return await HandleAuthenticateOnceAsync();