2 references to RefreshAuthenticationAsync
Microsoft.AspNetCore.SignalR.Client.Core (2)
AuthenticationRefreshOptions.cs (1)
23
/// the application may still call <see cref="HubConnection.
RefreshAuthenticationAsync
"/> manually.
HubConnection.cs (1)
692
var newTtl = await
RefreshAuthenticationAsync
().ConfigureAwait(false);