I need to upload file into box without manual interaction using c#.net.
As per the SDK, I need to pass access token & refresh token.
How can I get Access token & refresh token from C#.net using client id & client secret without manual interaction.
Thanks.