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