open class InstagramAuth
Simplified factory to create an for Instagram. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.providers.InstagramAuth non RX-ified interface using Vert.x codegen.
InstagramAuth(delegate: InstagramAuth) |
static val __TYPE_ARG: TypeArg<InstagramAuth> |
open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Authopen static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for Instagram |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): InstagramAuth |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: InstagramAuth): InstagramAuth |
|
open fun toString(): String |