Classes
Methods
(static) AzureADAuth.create(vertx, clientId, clientSecret, guid, httpClientOptions) → {OAuth2Auth}
Create a OAuth2Auth provider for Microsoft Azure Active Directory
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | |
clientId |
string | the client id given to you by Azure |
clientSecret |
string | the client secret given to you by Azure |
guid |
string | the guid of your application given to you by Azure |
httpClientOptions |
Object | custom http client options |
Returns:
- Type
- OAuth2Auth