android-oauth-client
android-oauth-client copied to clipboard
Set refresh_token, access_token et.c manually?
I fetch my oauth access_token via a normal http POST call. Is it possible to set the values of the framework after this? From what I can see mFlow is private and there are not public methods that help me.