Currently, our Google Auth stores tokens in `$"{GetHomePath()}/Google.Apis.Auth"` (where `GetHomePath()` is `%APPDATA%` on Windows). We should replace this with a custom cache stored in a program-specific folder.
Currently, our Google Auth stores tokens in
$"{GetHomePath()}/Google.Apis.Auth"(whereGetHomePath()is%APPDATA%on Windows).We should replace this with a custom cache stored in a program-specific folder.