public class LiveAuth extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<LiveAuth> |
__TYPE_ARG |
| Constructor and Description |
|---|
LiveAuth(io.vertx.ext.auth.oauth2.providers.LiveAuth delegate) |
LiveAuth(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret)
Create a OAuth2Auth provider for live.com
|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for live.com
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.providers.LiveAuth |
getDelegate() |
int |
hashCode() |
static LiveAuth |
newInstance(io.vertx.ext.auth.oauth2.providers.LiveAuth arg) |
String |
toString() |
public LiveAuth(io.vertx.ext.auth.oauth2.providers.LiveAuth delegate)
public LiveAuth(Object delegate)
public io.vertx.ext.auth.oauth2.providers.LiveAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx - clientId - the client id given to you by live.comclientSecret - the client secret given to you by live.compublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
vertx - clientId - the client id given to you by live.comclientSecret - the client secret given to you by live.comhttpClientOptions - custom http client optionspublic static LiveAuth newInstance(io.vertx.ext.auth.oauth2.providers.LiveAuth arg)
Copyright © 2022 Eclipse. All rights reserved.