Hi there - we’re facing an issue with OAuth token refresh calls failing after 90 days even after configuring rotating refresh tokens. We couldn’t find any relevant documentation which has details about this error. Any help/pointers would be appreciated. Thanks.
ResponseCode::400 ContentType::application/json invalid_grant ;The refresh token is invalid or expired. ;
While the refresh token’s opaque token will change upon rotation (aka, the string will be different), the new token will still be affected by this original 90 day max lifetime. Using refresh token rotation will not remove this max lifetime.