Enum Class AuthenticatorAttestationType

java.lang.Object
java.lang.Enum<AuthenticatorAttestationType>
com.webauthn4j.data.AuthenticatorAttestationType
All Implemented Interfaces:
Serializable, Comparable<AuthenticatorAttestationType>, Constable

public enum AuthenticatorAttestationType extends Enum<AuthenticatorAttestationType>
The supported attestation type(s). (e.g. ATTESTATION_BASIC_FULL(0x3E07), ATTESTATION_BASIC_SURROGATE(0x3E08)).
See Also: