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