public class BoxAuth extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<BoxAuth> |
__TYPE_ARG |
Constructor and Description |
---|
BoxAuth(io.vertx.ext.auth.oauth2.providers.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,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for App.net
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.providers.BoxAuth |
getDelegate() |
int |
hashCode() |
static BoxAuth |
newInstance(io.vertx.ext.auth.oauth2.providers.BoxAuth arg) |
String |
toString() |
public BoxAuth(io.vertx.ext.auth.oauth2.providers.BoxAuth delegate)
public BoxAuth(Object delegate)
public io.vertx.ext.auth.oauth2.providers.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, io.vertx.core.http.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 optionspublic static BoxAuth newInstance(io.vertx.ext.auth.oauth2.providers.BoxAuth arg)
Copyright © 2020 Eclipse. All rights reserved.