Matrix Version: 5.5.3.1
I am working with an API that requires an OAuth token. I am able to get the token using an OAuth 2.0 token - two legged asset and then use it to authenticate a REST resource.
However, I am getting “N/A” for the refresh token. Then once the token expires (after an hour), I get an “invalid_token” error.
I think I am missing something here. How do I set things up so the token is refreshed when needed?