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