Class PublicKeyCredentialDescriptor

java.lang.Object
org.springframework.security.web.webauthn.api.PublicKeyCredentialDescriptor
All Implemented Interfaces:
Serializable

public final class PublicKeyCredentialDescriptor extends Object implements Serializable
PublicKeyCredentialDescriptor identifies a specific public key credential. It is used in create() to prevent creating duplicate credentials on the same authenticator, and in get() to determine if and how the credential can currently be reached by the client. It mirrors some fields of the PublicKeyCredential object returned by create() and get().
Since:
6.4
See Also: