You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cogntio token is valid for 24 hours and the temp. creds. that you get with STS after successful login is valid for an hour. You can use the cognito token to refresh the temp. creds.
I am adapting this for ios/moblie. How long does the session last? In AWS iOS SDK, do I need to use these two functions:
and
or is this good enough: http://docs.aws.amazon.com/mobile/sdkforios/developerguide/getting-started-lambda.html
The text was updated successfully, but these errors were encountered: