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