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 4cb8c9a commit 3b50a66Copy full SHA for 3b50a66
CHANGELOG.md
@@ -15,6 +15,11 @@
15
- `getSession(boolean launchWebUIIfExpired)` has been refactored to `getSessionWithoutWebUI()`. It will get session
16
information if the refresh token is still valid, otherwise will throw an exception indicating the user must sign in
17
again.
18
+
19
+### Bug Fixes
20
+- aws-android-sdk-mobile-client:
21
+ - `getTokens()` was making a network call every time it was used, negating any benefit of cached tokens. Removed
22
+ the unnecessary network call so it now correctly returns cached tokens when available with no network call (Issue #1722)
23
24
## [Release 2.17.0](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.17.0)
25
0 commit comments