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)
559
if (
_authenticationRefreshOptions
.EnableAutoRefresh)
600
var failedCallback =
_authenticationRefreshOptions
.OnAuthenticationRefreshFailed;
616
if (
_authenticationRefreshOptions
.EnableAutoRefresh)
624
var refreshedCallback =
_authenticationRefreshOptions
.OnAuthenticationRefreshed;
647
var refreshBefore =
_authenticationRefreshOptions
.RefreshBeforeExpiration;