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)
205
if (options.
OnAuthenticationRefresh
is { } callback)
970
if (options.
OnAuthenticationRefresh
is { } callback)