Class CredentialAsserted
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.webauthn.model.CredentialAsserted
-
public class CredentialAsserted extends java.lang.Object
Triggered when a credential is used in a webauthn assertion.
-
-
Constructor Summary
Constructors Constructor Description CredentialAsserted(AuthenticatorId authenticatorId, Credential credential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatorId
getAuthenticatorId()
Credential
getCredential()
-
-
-
Constructor Detail
-
CredentialAsserted
public CredentialAsserted(AuthenticatorId authenticatorId, Credential credential)
-
-
Method Detail
-
getAuthenticatorId
public AuthenticatorId getAuthenticatorId()
-
getCredential
public Credential getCredential()
-
-