Classes
Methods
(static) LiveAuth.create(vertx, clientId, clientSecret, httpClientOptions) → {OAuth2Auth}
Create a OAuth2Auth provider for live.com
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | |
clientId |
string | the client id given to you by live.com |
clientSecret |
string | the client secret given to you by live.com |
httpClientOptions |
Object | custom http client options |
- Source:
Returns:
- Type
- OAuth2Auth