AppAuth-Android
AppAuth-Android copied to clipboard
AuthState update listener
AuthState method performActionWithFreshTokens updates itself when in need to refresh tokens and we do not even know about it, therefore if we had stored state in local storage, we do not know we should save new
This sounds like a reasonable feature request. In my own apps, I usually always re-save the auth state whenever configuration changes occur, but I'll evaluate adding a listener mechanism or a "dirty bit" that could be queried.
Any update on this one?
Would really like to have this feature.