1 implementation of IAuthenticationRefreshFeature
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
29public partial class HttpConnection : ConnectionContext, IConnectionInherentKeepAliveFeature, IAuthenticationRefreshFeature
7 references to IAuthenticationRefreshFeature
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (3)
101TimeSpan? IAuthenticationRefreshFeature.InitialTokenLifetime => _initialTokenLifetime; 172Features.Set<IAuthenticationRefreshFeature>(this); 769async Task<TimeSpan?> IAuthenticationRefreshFeature.RefreshAuthenticationAsync(CancellationToken cancellationToken)
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (4)
561var authenticationRefreshFeature = connection.Features.Get<IAuthenticationRefreshFeature>(); 587var authenticationRefreshFeature = connection.Features.Get<IAuthenticationRefreshFeature>();