vertx / io.vertx.ext.auth.oauth2.providers / AzureADAuth

AzureADAuth

interface AzureADAuth

Simplified factory to create an OAuth2Auth for Azure AD.

Author
Paulo Lopes

Functions

create

open static fun create(vertx: Vertx, clientId: String, clientSecret: String, guid: String): OAuth2Auth
open static fun create(vertx: Vertx, clientId: String, clientSecret: String, guid: String, httpClientOptions: HttpClientOptions): OAuth2Auth

Create a OAuth2Auth provider for Microsoft Azure Active Directory