I am developing a desktop application that will interact with the corporate box account.
The first time my application tries to access the administrator account, it will be redirected to the cover page. Box finally redirects the user to my redirected URL after accepting the administrator credentials. This redirected URL will have an authorization code. which is used to access and update the token.
My question is that I can save this authorization code for future use. ??
Say that in a month my application will again want to get access to the enterprise administrator account, then again I need to go through the above steps to get the auth code.
source share