Enum Class MatcherProtectionType

java.lang.Object
java.lang.Enum<MatcherProtectionType>
com.yubico.webauthn.extension.uvm.MatcherProtectionType
All Implemented Interfaces:
Serializable, Comparable<MatcherProtectionType>, Constable

public enum MatcherProtectionType extends Enum<MatcherProtectionType>
The MATCHER_PROTECTION constants are flags in a bit field represented as a 16 bit long integer. They describe the method an authenticator uses to protect the matcher that performs user verification. These constants are reported and queried through the UAF Discovery APIs and used to form authenticator policies in UAF protocol messages. Refer to [UAFAuthnrCommands] for more details on the matcher component. Each constant has a case-sensitive string representation (in quotes), which is used in the authoritative metadata for FIDO authenticators.
See Also: