.NET Core persist property in auth0 claim

I want to modify the Properties collection of my auth0 token in .NET Core and then persist those values for the length of the token. I am able to modify the Properties collection but the values do not seem to be persisting for subsequent trips to my .NET Core controllers. Is there a setting I need to modify to have those changes to the Properties collection persisted throughout the life of the token?