open class AzureADAuth
Simplified factory to create an for Azure AD. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.providers.AzureADAuth non RX-ified interface using Vert.x codegen.
AzureADAuth(delegate: AzureADAuth) |
static val __TYPE_ARG: TypeArg<AzureADAuth> |
open static fun create(vertx: Vertx, clientId: String, clientSecret: String, guid: String): OAuth2Authopen static fun create(vertx: Vertx, clientId: String, clientSecret: String, guid: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for Microsoft Azure Active Directory |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): AzureADAuth |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: AzureADAuth): AzureADAuth |
|
open fun toString(): String |