Google OAuth2: When and how to use refresh token

前端 未结 4 945
面向向阳花
面向向阳花 2021-01-07 01:46

I have an installed c# app with code working that gets the authorization code and exchanges it for an access token. I am storing off the refresh token. I know at some poin

4条回答
  •  青春惊慌失措
    2021-01-07 02:21

    Spent the last two days figuring out how to use and renew the access token using the refresh token. My answer is posted in another thread here:

    How Google API V 3.0 .Net library and Google OAuth2 Handling refresh token

提交回复
热议问题