@@ -34,6 +34,8 @@ public class SupportedCtapOptions {
3434 boolean rk ;
3535
3636 /**
37+ * If set to <code>true</code> the device is capable of accepting PIN.
38+ *
3739 * @see <a
3840 * href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
3941 * to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -49,6 +51,8 @@ public class SupportedCtapOptions {
4951 boolean up ;
5052
5153 /**
54+ * If set to <code>true</code> the device is capable of built-in user verification.
55+ *
5256 * @see <a
5357 * href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
5458 * to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -78,6 +82,8 @@ public class SupportedCtapOptions {
7882 boolean largeBlobs ;
7983
8084 /**
85+ * If set to <code>true</code> the authenticator is enterprise attestation capable.
86+ *
8187 * @see <a
8288 * href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
8389 * to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -86,6 +92,8 @@ public class SupportedCtapOptions {
8692 boolean ep ;
8793
8894 /**
95+ * If set to <code>true</code> the authenticator supports the authenticatorBioEnrollment commands.
96+ *
8997 * @see <a
9098 * href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
9199 * to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -94,6 +102,9 @@ public class SupportedCtapOptions {
94102 boolean bioEnroll ;
95103
96104 /**
105+ * If set to <code>true</code> the authenticator supports the Prototype authenticatorBioEnrollment
106+ * (0x40) commands.
107+ *
97108 * @see <a
98109 * href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
99110 * to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -159,6 +170,9 @@ public class SupportedCtapOptions {
159170 boolean makeCredUvNotRqd ;
160171
161172 /**
173+ * If set to <code>true</code> the authenticator supports the Always Require User Verification
174+ * feature.
175+ *
162176 * @see <a
163177 * href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
164178 * to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
0 commit comments