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)
582
if (
_authenticationRefreshOptions
.EnableAutoRefresh)
643
if (
_authenticationRefreshOptions
.EnableAutoRefresh)
698
var refreshBefore =
_authenticationRefreshOptions
.RefreshBeforeExpiration;