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