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