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