1 write to _authenticationRefreshOptions
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
286_authenticationRefreshOptions = serviceProvider.GetService<IOptions<AuthenticationRefreshOptions>>()?.Value ?? new AuthenticationRefreshOptions();
3 references to _authenticationRefreshOptions
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
582if (_authenticationRefreshOptions.EnableAutoRefresh) 643if (_authenticationRefreshOptions.EnableAutoRefresh) 698var refreshBefore = _authenticationRefreshOptions.RefreshBeforeExpiration;