Tuesday, 10 September 2013

Google oauth how to use the refresh token

Google oauth how to use the refresh token

I am able to exchange my one time use token from my android device for an
accessToken and a refreshToken. i am trying to figure out how to use the
refreshToken. I found this
https://developers.google.com/accounts/docs/OAuth2WebServer#refresh which
works over an https request but i was wondering if there was some where in
the java sdk to handle refreshing. I have looked but unable to find one.

No comments:

Post a Comment