I am working on an app in which android app asks user for the authentication and after authentication i am storing the authToken in database to access users content in future. On server to get accessToken from authToken I need client secret but in case of android auth2.0 client there is no secret, so how i can get accessToken form authToken and refreshToken.
Asked
Active
Viewed 62 times
1
-
Pls read [this question](http://stackoverflow.com/questions/33998335/how-to-get-access-token-after-user-is-signed-in-from-gmail-in-android) – BNK Jun 23 '16 at 08:42
-
@dgoku, Have you resolved this issue? I am also facing same problem. – Visvendra Singh Rajpoot Aug 04 '16 at 14:16