We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67511d7 commit 73ddbb3Copy full SHA for 73ddbb3
README.md
@@ -543,7 +543,7 @@ Which asks our [App singleton](https://github.com/ServiceStackApps/AndroidJavaCh
543
had their AccessToken saved.
544
545
For Facebook we can query `AccessToken.getCurrentAccessToken()` to check for an existing AccessToken
546
-whilst for Twitter we check the Users `SharedPreferences` which manage ourselves:
+whilst for Twitter and Google we check the Users `SharedPreferences` which we manage ourselves:
547
548
```java
549
public dtos.Authenticate getSavedAccessToken(){
0 commit comments