1 implementation of RefreshAuthenticationAsync
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
769async Task<TimeSpan?> IAuthenticationRefreshFeature.RefreshAuthenticationAsync(CancellationToken cancellationToken)
1 reference to RefreshAuthenticationAsync
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
596newTtl = await authenticationRefreshFeature.RefreshAuthenticationAsync(cancellationToken).ConfigureAwait(false);