C# 클래스 Box.V2.Config.BoxConfig

상속: IBoxConfig
파일 보기 프로젝트 열기: box/box-windows-sdk-v2 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BoxConfig() 공개 메소드

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
리턴 System

BoxConfig() 공개 메소드

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
리턴 System