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
Core SDK Version: 28
Relevant Service Modules: Android Java
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 ... )
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 ... )