C# Class Box.V2.Config.BoxConfig

Inheritance: IBoxConfig
Mostra file Open project: box/box-windows-sdk-v2 Class Usage Examples

Public Methods

Method Description
BoxConfig ( string clientId, string clientSecret, Uri redirectUri ) : System

Instantiates a Box config with all of the standard defaults

BoxConfig ( string clientId, string clientSecret, string enterpriseId, string jwtPrivateKey, string jwtPrivateKeyPassword, string jwtPublicKeyId ) : System

Instantiates a Box config for use with JWT authentication

Method Details

BoxConfig() public method

Instantiates a Box config with all of the standard defaults
public BoxConfig ( string clientId, string clientSecret, Uri redirectUri ) : System
clientId string
clientSecret string
redirectUri System.Uri
return System

BoxConfig() public method

Instantiates a Box config for use with JWT authentication
public BoxConfig ( string clientId, string clientSecret, string enterpriseId, string jwtPrivateKey, string jwtPrivateKeyPassword, string jwtPublicKeyId ) : System
clientId string
clientSecret string
enterpriseId string
jwtPrivateKey string
jwtPrivateKeyPassword string
jwtPublicKeyId string
return System