Exemplo n.º 1
0
 new Claim(JwtRegisteredClaimNames.Sub, user.UserName),
Exemplo n.º 2
0
 new Claim(JwtRegisteredClaimNames.Sub, subject),
Exemplo n.º 3
0
 jwtClaims.Add(new Claim(JwtRegisteredClaimNames.Sub, userName));