| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<LiveAuth> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
LiveAuth(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,
      HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for live.com 
 | 
boolean | 
equals(Object o)  | 
LiveAuth | 
getDelegate()  | 
int | 
hashCode()  | 
static LiveAuth | 
newInstance(LiveAuth arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<LiveAuth> __TYPE_ARG
public LiveAuth(LiveAuth delegate)
public LiveAuth(Object delegate)
public 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, 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 optionsCopyright © 2020 Eclipse. All rights reserved.