Please check the token using https://jwt.io/ to see if any value is passed on the claims. If not, please add those claims while generating the token. We have shared the following details on how to fetch claims from the token.I hope this solution is okay for you.
var age =info.Principal.Claims.FirstOrDefault(x => x.Type == "").Value;