| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
Credential |
WebAuthn.getCredential(String authenticatorId,
String credentialId)
Returns a single credential stored in the given virtual authenticator that matches the
credential ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Credential> |
WebAuthn.getCredentials(String authenticatorId)
Returns all the credentials stored in the given virtual authenticator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebAuthn.addCredential(String authenticatorId,
Credential credential)
Adds the credential to the specified authenticator.
|
Copyright © 2020. All rights reserved.