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