How do I validate an OAuth2 token obtained on an Android device via the Google Identity Toolkit (GitkitClient) on 3rd-party backend (custom python backend, non-gae)?
I'm able to obtain a token on Android via the use of GitkitClient.
But how can my non-google-app-engine (Python) backend verify that this token is valid (from Google)?
You could use the Google Identity Toolkit Python client library to verify that token: https://github.com/google/identity-toolkit-python-client.