Enum Class PublicKeyCredentialType

java.lang.Object
java.lang.Enum<PublicKeyCredentialType>
com.yubico.webauthn.data.PublicKeyCredentialType
All Implemented Interfaces:
Serializable, Comparable<PublicKeyCredentialType>, Constable

public enum PublicKeyCredentialType extends Enum<PublicKeyCredentialType>
Defines the valid credential types.

It is an extensions point; values may 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.

Currently one credential type is defined, namely PUBLIC_KEY.

See Also: