public class GitLabAuth extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<GitLabAuth> |
__TYPE_ARG |
Constructor and Description |
---|
GitLabAuth(io.vertx.ext.auth.oauth2.providers.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,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for GitLab.
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.providers.GitLabAuth |
getDelegate() |
int |
hashCode() |
static GitLabAuth |
newInstance(io.vertx.ext.auth.oauth2.providers.GitLabAuth arg) |
String |
toString() |
public static final TypeArg<GitLabAuth> __TYPE_ARG
public GitLabAuth(io.vertx.ext.auth.oauth2.providers.GitLabAuth delegate)
public GitLabAuth(Object delegate)
public io.vertx.ext.auth.oauth2.providers.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, io.vertx.core.http.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(io.vertx.ext.auth.oauth2.providers.GitLabAuth arg)
Copyright © 2022 Eclipse. All rights reserved.