Get expiration of ArcGIS Server token

526
1
Jump to solution
06-05-2014 11:18 AM
BradPosthumus
Occasional Contributor II
How can you get a token's expiration value after it's been geneated?

When generating a token through a REST request  it returns an 'expires' value. Say later on you need to know when this same token expires because you didn't copy the date anywhere. Is there another request that takes a token value as a parameter and returns it's expiration value?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
BradPosthumus
Occasional Contributor II
From Esri Technical Support, it isn't possible for the end-user to retrieve the token's expiration value after it has already been generated. When you generate the token, you will need to capture this value from the initial response and save it off somewhere.

View solution in original post

0 Kudos
1 Reply
BradPosthumus
Occasional Contributor II
From Esri Technical Support, it isn't possible for the end-user to retrieve the token's expiration value after it has already been generated. When you generate the token, you will need to capture this value from the initial response and save it off somewhere.
0 Kudos