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