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