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