Class GitLabAuth
java.lang.Object
io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
Simplified factory to create an for GitLab.com.
https://gitlab.com/help/api/oauth2.md
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for GitLab.com.static OAuth2AuthCreate a OAuth2Auth provider for GitLab.static OAuth2Authcreate(Vertx vertx, String site, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for GitLab.booleaninthashCode()static GitLabAuthnewInstance(GitLabAuth arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
GitLabAuth
-
GitLabAuth
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
Create a OAuth2Auth provider for GitLab.com.- Parameters:
vertx-clientId- the client id given to you by GitLabclientSecret- the client secret given to you by GitLab- Returns:
-
create
Create a OAuth2Auth provider for GitLab.This method allows to specify custom GitLab domain.
- Parameters:
vertx-site- root URL for the provider without trailing slashes, eg. https://gitlab.comclientId- the client id given to you by GitLabclientSecret- the client secret given to you by GitLab- Returns:
-
create
public static OAuth2Auth create(Vertx vertx, String site, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for GitLab.- Parameters:
vertx-site- root URL for the provider without trailing slashes, eg. https://gitlab.comclientId- the client id given to you by GitLabclientSecret- the client secret given to you by GitLabhttpClientOptions- custom http client options- Returns:
-
newInstance
-