Hi,
The "offline_access" token is used in conjunction with the interactive API.
So you'd have the user logon to perform the actions that needs a user, the after they log out, you run the operations you need to with your service api, for the actions needing a user, you use the users offline token.
... View more