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