mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-30 19:01:33 -08:00
d56bab1e24
* AccountService: Cache token data This method appears to indicate that the token returned should be cached. I've made it so that it generates a token that lasts until its expiration time, and reuses it on subsequent calls. * Private naming convention