aerogear / aerogear-android-sdk

AeroGear Services Android SDK
Apache License 2.0
8 stars 31 forks source link

Token Refresh Method Missing #299

Open KingMansaMusa opened 5 years ago

KingMansaMusa commented 5 years ago

Description

I added the dependency of the aerogear auth and core in my gradle. But when i call the authService.getCurrentUser(true) to handle the refreshing of tokens, it appears the method is missing. but this method is carefully and clearly doccumented in the documentaion. Everything else works well but the getCurrentUser(boolean autoRefresh) seems missing when i inspect the AuthService class that was part of the liv

Expected Behavior

The method call to autoRefresh the Access Token, getCurrentUser(boolean autoRefresh) was expected to be part of the AuthService class

Actual Behavior

The method getCurrentUser(boolean autoRefresh) calls an error when its called that it does not exist

Environment

Steps to reproduce

Describe all steps and pre-requirements which are required to be performed in order to reproduce this scenario. ( E.g 1. Action, 2. Action ... )