Class PublicKeyCredentialDescriptor

java.lang.Object
com.yubico.webauthn.data.PublicKeyCredentialDescriptor
All Implemented Interfaces:
Comparable<PublicKeyCredentialDescriptor>

public final class PublicKeyCredentialDescriptor extends Object implements Comparable<PublicKeyCredentialDescriptor>
The attributes that are specified by a caller when referring to a public key credential as an input parameter to the navigator.credentials.create() or navigator.credentials.get() methods. It mirrors the fields of the PublicKeyCredential object returned by the latter methods.
See Also: