| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.auth | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<ChainAuth> | 
ChainAuth.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
ChainAuth | 
ChainAuth.add(AuthenticationProvider other)
Appends a auth provider to the chain. 
 | 
static ChainAuth | 
ChainAuth.all()
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful. 
 | 
static ChainAuth | 
ChainAuth.any()
Create a Chainable Auth Provider auth provider that will resolve on the first success. 
 | 
static ChainAuth | 
ChainAuth.create()
Deprecated.  
 | 
static ChainAuth | 
ChainAuth.newInstance(ChainAuth arg)  | 
Copyright © 2021 Eclipse. All rights reserved.