Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GiteeAuth> |
__TYPE_ARG |
Constructor and Description |
---|
GiteeAuth(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,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Gitee
|
boolean |
equals(Object o) |
GiteeAuth |
getDelegate() |
int |
hashCode() |
static GiteeAuth |
newInstance(GiteeAuth arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<GiteeAuth> __TYPE_ARG
public GiteeAuth(GiteeAuth delegate)
public GiteeAuth(Object delegate)
public 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, HttpClientOptions httpClientOptions)
vertx
- clientId
- the client id given to you by GiteeclientSecret
- the client secret given to you by GiteehttpClientOptions
- custom http client optionsCopyright © 2023 Eclipse. All rights reserved.