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