AdobeDocs / adobeio-auth

Developer documentation for Adobe I/O Authentication.
MIT License
36 stars 69 forks source link

Refresh Tokens only last 24 hours. #85

Open mscherotter opened 3 years ago

mscherotter commented 3 years ago

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