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