public class TwitterAuth extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<TwitterAuth> |
__TYPE_ARG |
Constructor and Description |
---|
TwitterAuth(Object delegate) |
TwitterAuth(io.vertx.ext.auth.oauth2.providers.TwitterAuth delegate) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret)
Create a OAuth2Auth provider for Twitter
|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Twitter
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.providers.TwitterAuth |
getDelegate() |
int |
hashCode() |
static TwitterAuth |
newInstance(io.vertx.ext.auth.oauth2.providers.TwitterAuth arg) |
String |
toString() |
public static final TypeArg<TwitterAuth> __TYPE_ARG
public TwitterAuth(io.vertx.ext.auth.oauth2.providers.TwitterAuth delegate)
public TwitterAuth(Object delegate)
public io.vertx.ext.auth.oauth2.providers.TwitterAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx
- clientId
- the client id given to you by TwitterclientSecret
- the client secret given to you by Twitterpublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
vertx
- clientId
- the client id given to you by TwitterclientSecret
- the client secret given to you by TwitterhttpClientOptions
- custom http client optionspublic static TwitterAuth newInstance(io.vertx.ext.auth.oauth2.providers.TwitterAuth arg)
Copyright © 2021 Eclipse. All rights reserved.