Package | Description |
---|---|
io.vertx.reactivex.ext.auth.webauthn | |
io.vertx.reactivex.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 |
---|---|
static WebAuthn |
WebAuthn.create(Vertx vertx,
CredentialStore store)
Create a WebAuthN auth provider
|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options,
CredentialStore store)
Create a WebAuthN auth provider
|
WebAuthn |
WebAuthn.createCredentialsOptions(JsonObject user)
Generates makeCredentials request
|
WebAuthn |
WebAuthn.createCredentialsOptions(JsonObject user,
Handler<AsyncResult<JsonObject>> handler)
Generates makeCredentials request
|
WebAuthn |
WebAuthn.getCredentialsOptions(String username)
Generates getAssertion request.
|
WebAuthn |
WebAuthn.getCredentialsOptions(String username,
Handler<AsyncResult<JsonObject>> handler)
Generates getAssertion request.
|
static WebAuthn |
WebAuthn.newInstance(WebAuthn arg) |
Modifier and Type | Method and Description |
---|---|
static WebAuthnHandler |
WebAuthnHandler.create(WebAuthn webAuthn)
Create a WebAuthN auth handler.
|
Copyright © 2020 Eclipse. All rights reserved.