I am using the SignedJwtAssertionCredentials
Python client API class to generate my app access token.
I get a token only once in my app when the first request arrives. Then I use that token in every build or execute a service. I suppose that token will expire after some google timeout...
How I test if my token is valid in order to refresh it?