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