Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Sprint:Spring 2019 Sprint 1
Description
Task: Implement CyVerse refresh token logic in scripts.
Background: When an API call is made, if the access token has expired, an expired access token exception is received from CyVerse. Our script will determine if an expired access token exception has been received, and if so, will obtain a new access token using the refresh token. The API call will then be made again, so there is no break in the user's workflow.