public class GitLabAuth extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GitLabAuth> |
__TYPE_ARG |
Constructor and Description |
---|
GitLabAuth(GitLabAuth delegate) |
GitLabAuth(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret)
Create a OAuth2Auth provider for GitLab.com.
|
static OAuth2Auth |
create(Vertx vertx,
String site,
String clientId,
String clientSecret)
Create a OAuth2Auth provider for GitLab.
|
static OAuth2Auth |
create(Vertx vertx,
String site,
String clientId,
String clientSecret,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for GitLab.
|
boolean |
equals(Object o) |
GitLabAuth |
getDelegate() |
int |
hashCode() |
static GitLabAuth |
newInstance(GitLabAuth arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<GitLabAuth> __TYPE_ARG
public GitLabAuth(GitLabAuth delegate)
public GitLabAuth(Object delegate)
public GitLabAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx
- clientId
- the client id given to you by GitLabclientSecret
- the client secret given to you by GitLabpublic static OAuth2Auth create(Vertx vertx, String site, String clientId, String clientSecret)
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 GitLabpublic static OAuth2Auth create(Vertx vertx, String site, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
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 optionspublic static GitLabAuth newInstance(GitLabAuth arg)
Copyright © 2022 Eclipse. All rights reserved.