Skip to content

This is a .NET helper library for the Box Developer Edition. Until full support for Developer Edition is added to the Box SDK for .NET you can use this library to retrieve enterprise and user tokens via JWT.

License

jhoerr/BoxDevEditionHelper-DotNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Nuget instructions The easiest way to use this library is to install the Nuget package into your project.

PM> Install-Package BoxDevEditionAuthHelper

For an example of how to get started see the BoxDevEditionClientExample project in this repo.

##Instructions for the example client After cloning or downloading this repo, go to the BoxDevEditionClientExample project folder and copy the App.config.example file to App.config. Next, edit App.config to set your various Box config parameters (client id, client secret, etc.). Then run the BoxDevEditionClientExample project. If everything is configured correctly you will see some debug info in the console.

About

This is a .NET helper library for the Box Developer Edition. Until full support for Developer Edition is added to the Box SDK for .NET you can use this library to retrieve enterprise and user tokens via JWT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%