Package | Description |
---|---|
io.vertx.ext.auth.webauthn |
Modifier and Type | Method and Description |
---|---|
static PublicKeyCredential |
PublicKeyCredential.valueOf(int coseId) |
static PublicKeyCredential |
PublicKeyCredential.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicKeyCredential[] |
PublicKeyCredential.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<PublicKeyCredential> |
WebAuthnOptions.getPubKeyCredParams() |
Modifier and Type | Method and Description |
---|---|
WebAuthnOptions |
WebAuthnOptions.addPubKeyCredParam(PublicKeyCredential pubKeyCredParam) |
Modifier and Type | Method and Description |
---|---|
WebAuthnOptions |
WebAuthnOptions.setPubKeyCredParams(List<PublicKeyCredential> pubKeyCredParams) |
Copyright © 2021 Eclipse. All rights reserved.