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