Class DropboxAuth
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<DropboxAuth>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description DropboxAuth(DropboxAuth delegate)
DropboxAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for Dropboxstatic OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Dropboxboolean
equals(Object o)
DropboxAuth
getDelegate()
int
hashCode()
static DropboxAuth
newInstance(DropboxAuth arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<DropboxAuth> __TYPE_ARG
-
-
Constructor Detail
-
DropboxAuth
public DropboxAuth(DropboxAuth delegate)
-
DropboxAuth
public DropboxAuth(Object delegate)
-
-
Method Detail
-
getDelegate
public DropboxAuth getDelegate()
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for Dropbox- Parameters:
vertx
-clientId
- the client id given to you by DropboxclientSecret
- the client secret given to you by Dropbox- Returns:
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Dropbox- Parameters:
vertx
-clientId
- the client id given to you by DropboxclientSecret
- the client secret given to you by DropboxhttpClientOptions
- custom http client options- Returns:
-
newInstance
public static DropboxAuth newInstance(DropboxAuth arg)
-
-