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

discoverAwait

suspend fun discoverAwait(vertx: Vertx, config: OAuth2ClientOptions): OAuth2Auth

Suspending version of method io.vertx.ext.auth.oauth2.providers.AzureADAuth.discover

Parameters

vertx - the vertx instance

config - the initial config

Return

OAuth2Auth

NOTE: This function has been automatically generated from io.vertx.ext.auth.oauth2.providers.AzureADAuth using Vert.x codegen.