You should use the OAuth2.0 authentication methods outlined here: https://secure.na1.echosign.com/public/static/oauthDoc.jspThe auth_token has a lifespan of 1 hour, but the refresh_token lasts 3 months. So once authenticated, you can always use the refresh_token to update the auth_token. This can ha...