메소드 | 설명 | |
---|---|---|
BoxConfig ( string clientId, string clientSecret, |
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
|
public BoxConfig ( string clientId, string clientSecret, |
||
clientId | string | |
clientSecret | string | |
redirectUri | ||
리턴 | System |
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 | |
리턴 | System |