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