1 instantiation of AuthenticationRefreshContext
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
281
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)
279
Func<
AuthenticationRefreshContext
, ValueTask<bool>> callback, ClaimsPrincipal newPrincipal, DateTimeOffset newExpiration)
281
var
refreshContext = new AuthenticationRefreshContext