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