Class LiveAuth
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
-
- All Implemented Interfaces:
RxDelegate
public class LiveAuth extends Object implements RxDelegate
Simplified factory to create an for live.com Services.NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<LiveAuth>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Auth
create(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for live.comstatic OAuth2Auth
create(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for live.comboolean
equals(Object o)
LiveAuth
getDelegate()
int
hashCode()
static LiveAuth
newInstance(LiveAuth arg)
String
toString()
-
-
-
Method Detail
-
getDelegate
public LiveAuth getDelegate()
- Specified by:
getDelegate
in interfaceRxDelegate
-
create
public static OAuth2Auth create(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for live.com- Parameters:
vertx
-clientId
- the client id given to you by live.comclientSecret
- the client secret given to you by live.com- Returns:
-
create
public static OAuth2Auth create(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for live.com- Parameters:
vertx
-clientId
- the client id given to you by live.comclientSecret
- the client secret given to you by live.comhttpClientOptions
- custom http client options- Returns:
-
-