2 references to ValidateSecurityStampAsync
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
132
await signInManager.
ValidateSecurityStampAsync
(refreshTicket.Principal) is not TUser user)
SecurityStampValidator.cs (1)
127
=> SignInManager.
ValidateSecurityStampAsync
(principal);