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