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