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