1 instantiation of AuthenticationRefreshContext
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
275var refreshContext = new AuthenticationRefreshContext
3 references to AuthenticationRefreshContext
Microsoft.AspNetCore.Http.Connections (3)
HttpConnectionDispatcherOptions.cs (1)
145public Func<AuthenticationRefreshContext, ValueTask<bool>>? OnAuthenticationRefresh { get; set; }
Internal\HttpConnectionDispatcher.cs (2)
273Func<AuthenticationRefreshContext, ValueTask<bool>> callback, ClaimsPrincipal newPrincipal, DateTimeOffset newExpiration) 275var refreshContext = new AuthenticationRefreshContext