1 write to OnRefreshingPrincipal
Microsoft.AspNetCore.Identity.InMemory.Test (1)
FunctionalTest.cs (1)
174options.OnRefreshingPrincipal = c =>
2 references to OnRefreshingPrincipal
Microsoft.AspNetCore.Identity (2)
SecurityStampValidator.cs (2)
96if (Options.OnRefreshingPrincipal != null) 105await Options.OnRefreshingPrincipal(replaceContext);