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