2 references to InvokeAuthenticationRefreshCallbackAsync
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
207
var accepted = await
InvokeAuthenticationRefreshCallbackAsync
(connection, context, callback, newPrincipal, newExpiration);
972
var accepted = await
InvokeAuthenticationRefreshCallbackAsync
(connection, context, callback, newPrincipal, newExpiration);