1 write to EnableAuthenticationRefresh
Microsoft.AspNetCore.Components.Server (1)
Builder\ComponentEndpointRouteBuilderExtensions.cs (1)
78
options.
EnableAuthenticationRefresh
= true;
5 references to EnableAuthenticationRefresh
Microsoft.AspNetCore.Http.Connections (5)
ConnectionEndpointRouteBuilderExtensions.cs (1)
111
if (options.
EnableAuthenticationRefresh
)
HttpConnectionDispatcherOptions.cs (1)
166
/// This applies whenever <see cref="
EnableAuthenticationRefresh
"/> is <c>true</c>, including when the
Internal\HttpConnectionDispatcher.cs (3)
145
if (!options.
EnableAuthenticationRefresh
)
575
if (options.
EnableAuthenticationRefresh
)
788
var canRefreshAuthentication = options.
EnableAuthenticationRefresh