Classes
Methods
(static) BoxAuth.create(vertx, clientId, clientSecret, httpClientOptions) → {OAuth2Auth}
Create a OAuth2Auth provider for App.net
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | |
clientId |
string | the client id given to you by box.com |
clientSecret |
string | the client secret given to you by box.com |
httpClientOptions |
Object | custom http client options |
- Source:
Returns:
- Type
- OAuth2Auth