Jira OAuth authentication, Access Token expire

Pylypenko Artem September 2, 2014

I obtained OAuth access token inside my Jira plugin, using this example https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+OAuth+authentication

I need to know how long it take to access token expired.
And how I will know that I need to do all steps from example again
(1.Obtain a request token => 2.Ask the user to authorize this request token => 3.Swap the request token for an access token).

1 answer

1 accepted

1 vote
Answer accepted
Tiago Comasseto
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2014

Hey, you can see it in JIRA with this URL: http://<JIRA_URL>/plugins/servlet/oauth/users/access-tokens, more details here.

I hope it helps.

Cheers

Pylypenko Artem September 2, 2014

It really helped. Thank you.

Suggest an answer

Log in or Sign up to answer