Uses of Interface
io.vertx.ext.auth.oauth2.providers.AzureADAuth
-
Packages that use AzureADAuth Package Description io.vertx.reactivex.ext.auth.oauth2.providers io.vertx.rxjava3.ext.auth.oauth2.providers -
-
Uses of AzureADAuth in io.vertx.reactivex.ext.auth.oauth2.providers
Methods in io.vertx.reactivex.ext.auth.oauth2.providers that return AzureADAuth Modifier and Type Method Description AzureADAuth
AzureADAuth. getDelegate()
Methods in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type AzureADAuth Modifier and Type Method Description static AzureADAuth
AzureADAuth. newInstance(AzureADAuth arg)
Constructors in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type AzureADAuth Constructor Description AzureADAuth(AzureADAuth delegate)
-
Uses of AzureADAuth in io.vertx.rxjava3.ext.auth.oauth2.providers
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers that return AzureADAuth Modifier and Type Method Description AzureADAuth
AzureADAuth. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type AzureADAuth Modifier and Type Method Description static AzureADAuth
AzureADAuth. newInstance(AzureADAuth arg)
Constructors in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type AzureADAuth Constructor Description AzureADAuth(AzureADAuth delegate)
-