XF 2.2 storing temporary global data?

hoks

Member
i am writing an addon that connects to an external API using oauth2.
The oauth token expires after an hour.

Instead of refreshing the token with each api call, I would like to store this token somewhere in xenforo.
Does XF have a temporary global storage that I can use to save the oauth token?
 
Back
Top Bottom