Class PublicKeyCredentialType

java.lang.Object
com.webauthn4j.data.PublicKeyCredentialType
All Implemented Interfaces:
Serializable

public class PublicKeyCredentialType extends Object implements Serializable
PublicKeyCredentialType defines the valid credential types. It is an extension point; values can be added to it in the future, as more credential types are defined. The values of this enumeration are used for versioning the Authentication Assertion and attestation structures according to the type of the authenticator.
See Also: