Hi,
Yes you will have to retrieve a new token after it expires. This is to prevent access if the credentials you machine is using becomes invalid. If you need a refresh token, I recommend implementing the authorisation code flow instead.
Hi,
Yes you will have to retrieve a new token after it expires. This is to prevent access if the credentials you machine is using becomes invalid. If you need a refresh token, I recommend implementing the authorisation code flow instead.