I use authenticated developer identifiers to authenticate use through Cognito to access the API gateway.
The login is working and I can generate a token for the user from an external server.
When I use the JS SDK, it automatically updates the token. The user logs in and the SDK processes the token expiration date.
But with the Android SDK, this does not seem to be the case. Do I have to do something to update the token when it expires?
source
share