Class GiteeAuth
java.lang.Object
io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Giteestatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for GiteebooleaninthashCode()static GiteeAuthnewInstance(GiteeAuth arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
GiteeAuth
-
GiteeAuth
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
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:
-
newInstance
-