Interface GiteeAuth


public interface GiteeAuth
Simplified factory to create an OAuth2Auth for Gitee.
Author:
Gitee
  • Method Details

    • create

      static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
      Create a OAuth2Auth provider for Gitee
      Parameters:
      clientId - the client id given to you by Gitee
      clientSecret - the client secret given to you by Gitee
    • create

      static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
      Create a OAuth2Auth provider for Gitee
      Parameters:
      clientId - the client id given to you by Gitee
      clientSecret - the client secret given to you by Gitee
      httpClientOptions - custom http client options