VictorAlbertos / RxSocialConnect-Android

OAuth RxJava extension for Android.
Apache License 2.0
257 stars 22 forks source link

Add accessors method to retrieve cached token without calling connect #2

Closed VictorAlbertos closed 8 years ago

VictorAlbertos commented 8 years ago

Sometimes it may be required to retrieve the cached token directly without calling RxSocialConnect.with(fragmentOrActivity, apiService).

Some potential scenario would be when you need to retrieve the token or throw an exception, because at this point of the program flow it is not possible to open the workflow of the OAath authentication process.