Oauth 2.0 variable for token name by environment

Sorry, if this has been asked. I’ve looked around but can find exactly what I’m looking for.

I currently have an API collection with multiple endpoints. I have oath2.0 configured at the collection/folder level for this API. We have multiple authentication servers (per lifecycle), so I have multiple tokens configured at the folder level. For example one for production and one for non-production. Each API endpoint authentication is set to inherit auth from parent (the folder). My question is, is there a way to choose (or variable-ize) the token name so that when I switch environments, the token name changes as well? Currently I’m just going back up to the folder level and changing the ‘Current Token’ to match whatever environment I’m in, but it would be nice if I could just set the token name as a variable, then in my variables set that value to ‘prod_token’ or ‘non_prod_token’ (or whatever the actual name of the token is per authentication server).

Most of the posts that come up when I search for this have to do with variable-izing the actual token, but that’s not what I’m trying to do. Again, I have multiple tokens and just want the call to know which token to use based on the current environment I have selected in Postman