public interface AzureADAuth
OAuth2Auth
for Azure AD.Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(io.vertx.core.Vertx vertx,
String clientId,
String clientSecret,
String guid)
Create a OAuth2Auth provider for Microsoft Azure Active Directory
|
static OAuth2Auth |
create(io.vertx.core.Vertx vertx,
String clientId,
String clientSecret,
String guid,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Microsoft Azure Active Directory
|
static OAuth2Auth create(io.vertx.core.Vertx vertx, String clientId, String clientSecret, String guid)
clientId
- the client id given to you by AzureclientSecret
- the client secret given to you by Azureguid
- the guid of your application given to you by Azurestatic OAuth2Auth create(io.vertx.core.Vertx vertx, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions)
clientId
- the client id given to you by AzureclientSecret
- the client secret given to you by Azureguid
- the guid of your application given to you by AzurehttpClientOptions
- custom http client optionsCopyright © 2018. All rights reserved.