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