public interface BoxAuth
OAuth2Auth
for box.com.Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret)
Create a OAuth2Auth provider for App.net
|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for App.net
|
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
clientId
- the client id given to you by box.comclientSecret
- the client secret given to you by box.comstatic OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
clientId
- the client id given to you by box.comclientSecret
- the client secret given to you by box.comhttpClientOptions
- custom http client optionsCopyright © 2022 Eclipse. All rights reserved.