Hi
I have got refresh token from Google Adword by using GoogleAdword API Playground.
I am not using any client library like PHP, ruby or JAVA. We are using our own code which combination of different tech stack
All i am looking is how can i generate a Access token( Authorization: Bearer xxxxx) which will last for 180 days or 30 Days based on my refresh token
Is it possible to use PHP library and generate token ( ( Authorization: Bearer xxxxx) for 180 days? or any other way to generate token for n number of days?
Please provide some information on this. All i know from documentation that there is expire_in which helps to do that
Please provide some light here
Regards
Ritesh