2 references to RefreshAuthenticationAsyncCore
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
611
return await
RefreshAuthenticationAsyncCore
(connectionState, cancellationToken).ConfigureAwait(false);
774
var newTtl = await
RefreshAuthenticationAsyncCore
(timerState.ConnectionState, cancellationToken: default).ConfigureAwait(false);