Class GiteeAuth
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GiteeAuth>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for Giteestatic OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Giteeboolean
equals(Object o)
GiteeAuth
getDelegate()
int
hashCode()
static GiteeAuth
newInstance(GiteeAuth arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<GiteeAuth> __TYPE_ARG
-
-
Method Detail
-
getDelegate
public GiteeAuth getDelegate()
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for Gitee- Parameters:
vertx
-clientId
- the client id given to you by GiteeclientSecret
- the client secret given to you by Gitee- Returns:
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Gitee- Parameters:
vertx
-clientId
- the client id given to you by GiteeclientSecret
- the client secret given to you by GiteehttpClientOptions
- custom http client options- Returns:
-
-