Modifier and Type | Method and Description |
---|---|
WebAuthn |
WebAuthn.authenticatorFetcher(Function<Authenticator,io.vertx.core.Future<List<Authenticator>>> fetcher)
Provide a
Function that can fetch Authenticator s from a backend given the incomplete
Authenticator argument. |
WebAuthn |
WebAuthn.authenticatorUpdater(Function<Authenticator,io.vertx.core.Future<Void>> updater)
Provide a
Function that can update or insert a Authenticator . |
static WebAuthn |
WebAuthn.create(io.vertx.core.Vertx vertx)
Create a WebAuthN auth provider
|
static WebAuthn |
WebAuthn.create(io.vertx.core.Vertx vertx,
WebAuthnOptions options)
Create a WebAuthN auth provider
|
WebAuthn |
WebAuthn.createCredentialsOptions(io.vertx.core.json.JsonObject user,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
Gets a challenge and any other parameters for the
navigator.credentials.create() call. |
WebAuthn |
WebAuthn.getCredentialsOptions(String name,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
Creates an assertion challenge and any other parameters for the
navigator.credentials.get() call. |
Copyright © 2020 Eclipse. All rights reserved.