Uses of Class
org.openqa.selenium.devtools.webauthn.model.Credential
-
Packages that use Credential Package Description org.openqa.selenium.devtools.webauthn -
-
Uses of Credential in org.openqa.selenium.devtools.webauthn
Methods in org.openqa.selenium.devtools.webauthn that return types with arguments of type Credential Modifier and Type Method Description static Command<Credential>
WebAuthn. getCredential(AuthenticatorId authenticatorId, java.lang.String credentialId)
Returns a single credential stored in the given virtual authenticator that matches the credential ID.static Command<java.util.List<Credential>>
WebAuthn. getCredentials(AuthenticatorId authenticatorId)
Returns all the credentials stored in the given virtual authenticator.Methods in org.openqa.selenium.devtools.webauthn with parameters of type Credential Modifier and Type Method Description static Command<java.lang.Void>
WebAuthn. addCredential(AuthenticatorId authenticatorId, Credential credential)
Adds the credential to the specified authenticator.
-