Interface Authenticator

All Superinterfaces:
CoreAuthenticator
All Known Subinterfaces:
CredentialRecord
All Known Implementing Classes:
AuthenticatorImpl, CredentialRecordImpl

@Deprecated public interface Authenticator extends CoreAuthenticator
Deprecated.
Authenticator is deprecated since WebAuthn Level3 added new fields to the credential record. To represent WebAuthn Level3 credential record, new CredentialRecord interface is introduced. Please upgrade from Authenticator interface to CredentialRecord interface. Authenticator interface will be removed in the future version.
Core interface that represents WebAuthn authenticator