GET /oauth/login/renewToken

Renews an OAuth authentication token. Uses HTTP GET.

The OAuthToken cookie set up by the login/ssoLogin API calls is valid for only 10 minutes. Before the token expires, you can renew it for another 10 minutes or make another login API call.

Note: there is a corresponding operation that performs the same action using HTTP POST: POST /oauth/login/renewToken. For information on why you might choose one or the other, see OAuth Operations: GET or POST?

This operation works essentially the same as the corresponding POST operation. For information about using it, refer to POST /oauth/login/renewToken.

Related Topics