Class DropboxAuth
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
-
- All Implemented Interfaces:
RxDelegate
public class DropboxAuth extends Object implements RxDelegate
Simplified factory to create an for Dropbox.NOTE: This class has been automatically generated from the
originalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static 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 OAuth2Authcreate(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret)Create a OAuth2Auth provider for Dropboxstatic OAuth2Authcreate(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)Create a OAuth2Auth provider for Dropboxbooleanequals(Object o)DropboxAuthgetDelegate()inthashCode()static DropboxAuthnewInstance(DropboxAuth arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<DropboxAuth> __TYPE_ARG
-
-
Constructor Detail
-
DropboxAuth
public DropboxAuth(DropboxAuth delegate)
-
DropboxAuth
public DropboxAuth(Object delegate)
-
-
Method Detail
-
getDelegate
public DropboxAuth getDelegate()
- Specified by:
getDelegatein interfaceRxDelegate
-
create
public static OAuth2Auth create(io.vertx.reactivex.core.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(io.vertx.reactivex.core.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)
-
-