I am trying to find out C# code which help me to access google analytic data using the access token. I have a web application where user can login using their google account, in background I am generating a oAuth2.0 access token and storing in my db, which will be used by my background job to access their analytic data.
I found many samples on the net but all samples are having code to authorization just before accessing the analytic api. but in my case I dont want to have authorization at the time of sending request to api as I have already generated the access token with appropriate scope for google analytic api.
Please help me to find out proper solution for this.
Please let me know if required any more information for my problem.