C# Класс Box.V2.Config.BoxConfig

Наследование: IBoxConfig
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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