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