1 write to _authenticationRefreshOptions
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
264_authenticationRefreshOptions = serviceProvider.GetService<IOptions<AuthenticationRefreshOptions>>()?.Value ?? new AuthenticationRefreshOptions();
5 references to _authenticationRefreshOptions
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
559if (_authenticationRefreshOptions.EnableAutoRefresh) 600var failedCallback = _authenticationRefreshOptions.OnAuthenticationRefreshFailed; 616if (_authenticationRefreshOptions.EnableAutoRefresh) 624var refreshedCallback = _authenticationRefreshOptions.OnAuthenticationRefreshed; 647var refreshBefore = _authenticationRefreshOptions.RefreshBeforeExpiration;