public interface LiveAuth
OAuth2Auth
for live.com Services.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
|
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
clientId
- the client id given to you by live.comclientSecret
- the client secret given to you by live.comstatic OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
clientId
- the client id given to you by live.comclientSecret
- the client secret given to you by live.comhttpClientOptions
- custom http client optionsCopyright © 2023 Eclipse. All rights reserved.