Get user email from claims?

Have implemented Auth0 for authentication on my blazor webapp. After logging in I can display the user name and email with @context.User.FindFirst(ClaimTypes.Email)?.Value on the razor page but how can I get the email in the code section or elsewere? Tried “everythng”… "User.FindFIrst… say name User does not exist.