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