WebAuthn |
WebAuthn.authenticatorFetcher(Function<Authenticator,Future<List<Authenticator>>> fetcher) |
|
WebAuthn |
WebAuthn.authenticatorUpdater(Function<Authenticator,Future<Void>> updater) |
|
static WebAuthn |
WebAuthn.create(Vertx vertx) |
Create a WebAuthN auth provider
|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options) |
Create a WebAuthN auth provider
|
WebAuthn |
WebAuthn.createCredentialsOptions(JsonObject user) |
Gets a challenge and any other parameters for the navigator.credentials.create() call.
|
WebAuthn |
WebAuthn.createCredentialsOptions(JsonObject user,
Handler<AsyncResult<JsonObject>> handler) |
Gets a challenge and any other parameters for the navigator.credentials.create() call.
|
WebAuthn |
WebAuthn.getCredentialsOptions(String name) |
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
|
WebAuthn |
WebAuthn.getCredentialsOptions(String name,
Handler<AsyncResult<JsonObject>> handler) |
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
|
static WebAuthn |
WebAuthn.newInstance(WebAuthn arg) |
|