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
originalnon 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 OAuth2Authcreate(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret)Create a OAuth2Auth provider for live.comstatic OAuth2Authcreate(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)Create a OAuth2Auth provider for live.combooleanequals(Object o)LiveAuthgetDelegate()inthashCode()static LiveAuthnewInstance(LiveAuth arg)StringtoString()
-
-
-
Method Detail
-
getDelegate
public LiveAuth getDelegate()
- Specified by:
getDelegatein 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:
-
-