| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<DropboxAuth> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
DropboxAuth(DropboxAuth delegate)  | 
DropboxAuth(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OAuth2Auth | 
create(Vertx vertx,
      String clientId,
      String clientSecret)
Create a OAuth2Auth provider for Dropbox 
 | 
static OAuth2Auth | 
create(Vertx vertx,
      String clientId,
      String clientSecret,
      HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Dropbox 
 | 
boolean | 
equals(Object o)  | 
DropboxAuth | 
getDelegate()  | 
int | 
hashCode()  | 
static DropboxAuth | 
newInstance(DropboxAuth arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<DropboxAuth> __TYPE_ARG
public DropboxAuth(DropboxAuth delegate)
public DropboxAuth(Object delegate)
public DropboxAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx - clientId - the client id given to you by DropboxclientSecret - the client secret given to you by Dropboxpublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
vertx - clientId - the client id given to you by DropboxclientSecret - the client secret given to you by DropboxhttpClientOptions - custom http client optionspublic static DropboxAuth newInstance(DropboxAuth arg)
Copyright © 2024 Eclipse. All rights reserved.