|
|
_.Library.String | ContentURL () |
| | The URL for uploading and downloading files.
|
| |
|
_.Library.Status | MakeDownloadRequest (_.Library.String parameters, _.Library.BinaryStream body, _.Library.DynamicObject response) |
| | Make an Download style http request to Box API.
|
| |
|
_.Library.Status | MakeRequest (_.Library.String method, _.Library.String parameters, _.Library.DynamicObject request, _.Library.String queryParameters, _.Library.DynamicObject response) |
| | Make an http request to Box API.
|
| |
|
_.Library.Status | MakeUploadRequest (_.Library.String parameters, _.Library.String filename, _.Library.DynamicObject request, _.Library.BinaryStream body, _.Library.DynamicObject response) |
| | Make an upload http request to Box API.
|
| |
| _.Library.Status | RevokeToken () |
| | Revoke the token associated with this connection. More...
|
| |
|
_.Library.String | GetAuthorizationCodeURL (_.Library.String redirect, _.Library.String scope, _.Library.String properties, _.Library.Status sc) |
| | Get the URL for use by authorization code grant type.
|
| |
| _.Library.Boolean | IsAuthorized (_.Library.String errorMessage) |
| | Check if this connection has been authorized. More...
|
| |
| _.Library.Status | MakeHttpRequest (_.Net.HttpRequest httpRequest, _.Library.String method, _.Library.String url, _.Library.Boolean reset) |
| | MakeHttpRequest will add authentication to the specified Net.HttpRequest object and. More...
|
| |
|
_.Library.Integer | OAuth2ClientCount () |
| | Get count of connection which reference the specified OAuth 2.0 client.
|
| |
| _.Library.Status | Save () |
| | The Save method saves a SYS.MFT.Connection.Base object. More...
|
| |
|
| _.Library.Status | CreateClient (_.Library.String name, _.Library.String sslConfiguration, _.Library.String clientId, _.Library.String clientSecret, _.Library.String issuer, _.Library.String host, _.Library.Integer port, _.Library.String prefix, _.Library.Boolean useSSL) |
| | Create an OAuth 2.0 client with the parameters required to authorize with Box. More...
|
| |
|
_.Library.String | DefaultScope () |
| | The default scope to use for obtaining the access token.
|
| |
|
_.Library.String | DefaultURL () |
| | Each subclass will define the DefaultURL method to supply the default URL for the service.
|
| |
| _.Library.Status | CreateClient (_.Library.String name, _.Library.String sslConfiguration, _.Library.String clientId, _.Library.String clientSecret, issuer, _.Library.String host, _.Library.Integer port, _.Library.String prefix, _.Library.Boolean useSSL) |
| | Create an OAuth 2.0 client with the parameters required to authorize. More...
|
| |
| _.Library.Status | DeleteId (_.Library.String name, _.Library.Boolean keepOAuth2) |
| | The DeleteId method deletes an existing connection object specified by its name. More...
|
| |
|
_.SYS.MFT.Connection.Base | Open (_.Library.String name, _.Library.Status sc) |
| | Open a SYS.MFT.Connection.Base subclass instance based on the ConnectionName property.
|
| |