| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.auth.webauthn | |
| io.vertx.rxjava.ext.web.handler | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<WebAuthn> | 
WebAuthn.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthn | 
WebAuthn.authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a  that can fetch  
Authenticators from a backend given the incomplete
 Authenticator argument. | 
WebAuthn | 
WebAuthn.authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a  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 
 | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
static WebAuthnHandler | 
WebAuthnHandler.create(WebAuthn webAuthn)
Create a WebAuthN auth handler. 
 | 
Copyright © 2024 Eclipse. All rights reserved.