open static fun create(vertx: Vertx, clientId: String, clientSecret: String, guid: String): OAuth2Auth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
clientId - the client id given to you by Azure
clientSecret - the client secret given to you by Azure
guid - the guid of your application given to you by Azure
open static fun create(vertx: Vertx, clientId: String, clientSecret: String, guid: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
clientId - the client id given to you by Azure
clientSecret - the client secret given to you by Azure