Class LiveAuth
java.lang.Object
io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for live.comstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for live.combooleaninthashCode()static LiveAuthnewInstance(LiveAuth arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
LiveAuth
-
LiveAuth
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
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(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:
-
newInstance
-