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