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