- All Superinterfaces:
Authenticator,CoreAuthenticator,CoreCredentialRecord
- All Known Implementing Classes:
CredentialRecordImpl
Core interface that represents Passkey(WebAuthn) credential record
-
Method Summary
Methods inherited from interface com.webauthn4j.authenticator.Authenticator
getClientExtensions, getTransportsMethods inherited from interface com.webauthn4j.authenticator.CoreAuthenticator
getAttestationStatement, getAttestedCredentialData, getAuthenticatorExtensions, getCounter, setCounterMethods inherited from interface com.webauthn4j.credential.CoreCredentialRecord
isBackedUp, isBackupEligible, isUvInitialized, setBackedUp, setBackupEligible, setUvInitialized
-
Method Details
-
getClientData
- Returns:
- client data. `null` if no data is available(for backward compatibility).
-