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