Class RegisteredCredential

java.lang.Object
com.yubico.webauthn.RegisteredCredential
All Implemented Interfaces:
CredentialRecord, ToPublicKeyCredentialDescriptor

public final class RegisteredCredential extends Object implements CredentialRecord
An abstraction of a credential registered to a particular user.

Instances of this class are not expected to be long-lived, and the library only needs to read them, never write them. You may at your discretion store them directly in your database, or assemble them from other components.