Accelerating the early stages of design Poor project data is responsible for 22% of all construction rework in the United States, costing the industry more than $14 billion annually. It stands to
How to authenticate 3-legged token with your desktop applications (Linux)
In previous blogs, we have implemented custom protocols on both Win32 and MacOS. This time, we are going to implement it on Linux with GDBus and GTK3+. I am using Almalinux 8.7. There could be some
How to authenticate 3-legged token with your desktop applications (MacOS)
In previous blog, we implemented our custom protocol for Windows. In this blog, we'll implement it for MacOS with Swift and SwiftUI. Surprisingly, Mac is easier than Windows. You only need to add the
How to authenticate 3-legged token with your desktop applications (Win32)
With increased APIs provided by Autodesk Platform Service (APS), we may want to use APS with desktop applications. It is easy to get a 2-legged token, but 3-legged token requires user input. An easy