Pass data between authorization and metrics in mixer adapter

Hi,

I am writing a mixer adapter and it basically does 2 things. That is handle authorization and handle metrics. For the metrics, I want to get the token related information. This data is collected in Handle Authorization method in the mixer adapter. But this is not available in HandleMetrics. Although I get the token value in the metrics case, I have to extract the token again to get the data.

Can we share data between these two methods?

Thank you!