Class PublicKeyCredentialDescriptor

java.lang.Object
org.springframework.security.web.webauthn.api.PublicKeyCredentialDescriptor

public final class PublicKeyCredentialDescriptor extends Object
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