Interface CredentialRecord

All Superinterfaces:
Authenticator, CoreAuthenticator, CoreCredentialRecord
All Known Implementing Classes:
CredentialRecordImpl

public interface CredentialRecord extends CoreCredentialRecord, Authenticator
Core interface that represents Passkey(WebAuthn) credential record
  • Method Details

    • getClientData

      @Nullable @Nullable CollectedClientData getClientData()
      Returns:
      client data. `null` if no data is available(for backward compatibility).