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