| Package | Description | 
|---|---|
| io.vertx.ext.web.handler | |
| io.vertx.reactivex.ext.web.handler | |
| io.vertx.rxjava.ext.web.handler | 
| Modifier and Type | Method and Description | 
|---|---|
static WebAuthnHandler | 
WebAuthnHandler.create(WebAuthn webAuthn)
Create a WebAuthN auth handler. 
 | 
WebAuthnHandler | 
WebAuthnHandler.setOrigin(String origin)
Set the Origin to be validated by the webauthn object. 
 | 
WebAuthnHandler | 
WebAuthnHandler.setupCallback(Route route)
The callback route to verify attestations and assertions. 
 | 
WebAuthnHandler | 
WebAuthnHandler.setupCredentialsCreateCallback(Route route)
The callback route to create registration attestations. 
 | 
WebAuthnHandler | 
WebAuthnHandler.setupCredentialsGetCallback(Route route)
The callback route to create login attestations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthnHandler | 
WebAuthnHandler.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static WebAuthnHandler | 
WebAuthnHandler.newInstance(WebAuthnHandler arg)  | 
| Constructor and Description | 
|---|
WebAuthnHandler(WebAuthnHandler delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthnHandler | 
WebAuthnHandler.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static WebAuthnHandler | 
WebAuthnHandler.newInstance(WebAuthnHandler arg)  | 
| Constructor and Description | 
|---|
WebAuthnHandler(WebAuthnHandler delegate)  | 
Copyright © 2021 Eclipse. All rights reserved.