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