2 references to CreateSecurityTokenAsync
Microsoft.Extensions.Identity.Core (2)
TotpSecurityStampBasedTokenProvider.cs (2)
40var token = await manager.CreateSecurityTokenAsync(user).ConfigureAwait(false); 67var securityToken = await manager.CreateSecurityTokenAsync(user).ConfigureAwait(false);