mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-04-11 06:37:51 +00:00

* 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