1 implementation of OnAuthenticationRefreshed
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
282public IDisposable OnAuthenticationRefreshed(Action<AuthenticationRefreshContext, object?> callback, object? state)
1 reference to OnAuthenticationRefreshed
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
165authenticationRefreshedRegistration = authenticationRefreshFeature.OnAuthenticationRefreshed(static (refreshContext, state) =>