Does the refresh token expire and if so when?
The answer of your question: Does this mean that the refresh_token will be indefinitely valid or does it expire? …can be concluded from the section 1.5 and section 10.4 of the OAuth 2.0 specification. Section 1.5 Introduction of refresh_token states: Refresh tokens are issued to the client by the authorization server and are used to … Read more