Package | Description |
---|---|
io.vertx.ext.auth.webauthn | |
io.vertx.reactivex.ext.auth.webauthn | |
io.vertx.rxjava.ext.auth.webauthn |
Modifier and Type | Method and Description |
---|---|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options)
Create a WebAuthN auth provider
|
static void |
WebAuthnOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
WebAuthnOptions obj) |
static void |
WebAuthnOptionsConverter.toJson(WebAuthnOptions obj,
JsonObject json) |
static void |
WebAuthnOptionsConverter.toJson(WebAuthnOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options)
Create a WebAuthN auth provider
|
Modifier and Type | Method and Description |
---|---|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options)
Create a WebAuthN auth provider
|
Copyright © 2021 Eclipse. All rights reserved.