Is it possible to have several refresh tokens per userId-companyId identifier

Hi, folks :wave:
Do you know if it is possible to have multiple active refresh tokens per userId-companyId identifier? Or old refresh token would be invalid in the case of the refreshing tokens?

Thanks,
Roman

Hey @Roman_Letsyk
Welcome to the community :wave: ! Citing from the docs:

A refresh token is needed when you refresh the access token. refresh_token will expire if it isn’t used in 60 days . Each time refresh_token is used, its expiry date is reset back to 60 days .

Can you help me understand the use case for this?

Hey, Hem!
Thank you for your response. When I checked documentation I realized that my question about multiple refresh tokens is not relevant anymore. We had a problem on our side :slightly_smiling_face:

This topic was automatically closed after 10 days. New replies are no longer allowed.