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