How can I increase the expire time of Authentication Token? I am using given API for Generating an Authentication Token for Cosmos.
curl -k -X POST "https://computing.dit.upm.es:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=&password="
Using this I am getting token only for 3600 seconds but I want for more time around 24 hours. Please Help Me......