Package | Description |
---|---|
io.vertx.reactivex.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<WebAuthnHandler> |
WebAuthnHandler.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static WebAuthnHandler |
WebAuthnHandler.create(WebAuthn webAuthn)
Create a WebAuthN auth handler.
|
static WebAuthnHandler |
WebAuthnHandler.newInstance(WebAuthnHandler arg) |
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.
|
Copyright © 2021 Eclipse. All rights reserved.