I recently integrated OneNote API in my application. The question is: When I refresh my access token(as one access token lasts for only an hour) a new refresh token is returned from the API.
As I read somewhere that a refresh token is good for an year, does the new refresh token's validity starts from the time of generation(after refreshing token)?
Any help is appreciated.