1 implementation of OnUserRefreshed
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
256
public IDisposable
OnUserRefreshed
(Action<ClaimsPrincipal, object?> callback, object? state)
1 reference to OnUserRefreshed
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
155
userRefreshedRegistration = userRefreshFeature.
OnUserRefreshed
(static (user, state) =>