public interface GiteeAuth
OAuth2Auth for Gitee.| 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 
 | 
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
clientId - the client id given to you by GiteeclientSecret - the client secret given to you by Giteestatic OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
clientId - the client id given to you by GiteeclientSecret - the client secret given to you by GiteehttpClientOptions - custom http client optionsCopyright © 2024 Eclipse. All rights reserved.