| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.types.webauthn |
| Modifier and Type | Method and Description |
|---|---|
Ctap2Version |
VirtualAuthenticatorOptions.getCtap2Version()
Defaults to ctap2_0.
|
static Ctap2Version |
Ctap2Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ctap2Version[] |
Ctap2Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualAuthenticatorOptions.setCtap2Version(Ctap2Version ctap2Version)
Defaults to ctap2_0.
|
Copyright © 2021 Kenan Klisura. All rights reserved.