hello everyone, i'm new. I integrate success with NetSuite by
using OAuth 2.0 , i using refresh-token code to get new token when it expire. But the refresh-token alway expire after 7 days. and i need to re-do the
Authorization Code Grant Flow again to get new refresh-token.
Is there the way to get long live token can’t be expire and automatic get new refresh-token via api?