Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<BoxAuth> |
__TYPE_ARG |
Constructor and Description |
---|
BoxAuth(BoxAuth delegate) |
BoxAuth(Object delegate) |
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
|
boolean |
equals(Object o) |
BoxAuth |
getDelegate() |
int |
hashCode() |
static BoxAuth |
newInstance(BoxAuth arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<BoxAuth> __TYPE_ARG
public BoxAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx
- clientId
- the client id given to you by box.comclientSecret
- the client secret given to you by box.compublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
vertx
- 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.