google-api-dotnet-client / Src /Support /Google.Apis.Auth.Tests /OAuth2 /FakeCredentialFiles /user_credential.json
| { | |
| "client_id": "CLIENT_ID", | |
| "client_secret": "CLIENT_SECRET", | |
| "refresh_token": "REFRESH_TOKEN", | |
| "universe_domain": "googleapis.com", | |
| "type": "authorized_user" | |
| } | |