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