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