Hello community,
i have already working application in C# where i can authenticate with my own IBM creds for my personal box and grant access to my box to application, everything works as i expected. But my question is, it's possible to speed up authentication via POST auth method? For example, where i send my login, email and password (encrypted i think) in post arguments and i get code which i exchange for access token, like in standard oauth 2.0? With this i can skip webbrowser login windows and directly login to box account. Why i need to do this is automation purposes for blueprism, where i can access personal box folder without needed to enter my creds and click to grant access to my box folder to application. One way is JWT, which works but JWT can see only service account files and folders, that means nothing from our entire Team BOX files and folders.
Thank you


