Based on this documentation, a refreshed Adobe Id token will last 2 weeks but when I call the refresh API, the expires_in returns a 24 hour period in seconds 86399.
is this value correct or should I assume that the expired_in value should be 86399 * 14 for two weeks?
Based on this documentation, a refreshed Adobe Id token will last 2 weeks but when I call the refresh API, the expires_in returns a 24 hour period in seconds 86399. is this value correct or should I assume that the expired_in value should be 86399 * 14 for two weeks?
https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/OAuth/OAuth.md
Thanks, Michael