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