Class BoxAuth
- java.lang.Object
- 
- io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
- 
- 
Field SummaryFields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<BoxAuth>__TYPE_ARG
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret)Create a OAuth2Auth provider for App.netstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)Create a OAuth2Auth provider for App.netbooleanequals(Object o)BoxAuthgetDelegate()inthashCode()static BoxAuthnewInstance(BoxAuth arg)StringtoString()
 
- 
- 
- 
Field Detail- 
__TYPE_ARGpublic static final io.vertx.lang.rx.TypeArg<BoxAuth> __TYPE_ARG 
 
- 
 - 
Method Detail- 
getDelegatepublic BoxAuth getDelegate() - Specified by:
- getDelegatein interface- io.vertx.lang.rx.RxDelegate
 
 - 
createpublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret) Create a OAuth2Auth provider for App.net- Parameters:
- vertx-
- clientId- the client id given to you by box.com
- clientSecret- the client secret given to you by box.com
- Returns:
 
 - 
createpublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for App.net- Parameters:
- vertx-
- clientId- the client id given to you by box.com
- clientSecret- the client secret given to you by box.com
- httpClientOptions- custom http client options
- Returns:
 
 
- 
 
-