Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

will acquire an access token from the refresh token. 

As with the java based method, this access token can then be used to login to SEAD and retrieve a session cookie that can be used for all subsequent service requests:

curl --cookie-jar <temporary cookie file> -d "username=<your email>&googleAccessToken=<your access token" http://<desired ACR space>/acr/api/authenticate