3 references to OnAuthenticationRefresh
Microsoft.AspNetCore.Http.Connections (3)
AuthenticationRefreshContext.cs (1)
10
/// <see cref="HttpConnectionDispatcherOptions.
OnAuthenticationRefresh
"/> callback so the application
Internal\HttpConnectionDispatcher.cs (2)
199
if (options.
OnAuthenticationRefresh
is { } callback)
951
if (options.
OnAuthenticationRefresh
is { } callback)