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