Skip to content

OAuth 2.0 - Token expiration information #10

Closed Answered by valmoz
stefanosalvucci asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @stefanosalvucci and welcome!
You can find the info you need here: https://developers.fattureincloud.it/docs/authentication/code-flow/vanilla-code#-token-types

Just to recap: the access token expires after 24 hours from its emission (the expires_in param is referred to this token), while the refresh token expires after 1 year since its last usage. So you can consider it perpetual if you don't make it expire.

Let us know if you have further questions.

Thanks
Mauro

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stefanosalvucci
Comment options

Answer selected by valmoz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants