@@ -34,6 +34,8 @@ public class SupportedCtapOptions {
34
34
boolean rk ;
35
35
36
36
/**
37
+ * If set to <code>true</code> the device is capable of accepting PIN.
38
+ *
37
39
* @see <a
38
40
* href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
39
41
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -49,6 +51,8 @@ public class SupportedCtapOptions {
49
51
boolean up ;
50
52
51
53
/**
54
+ * If set to <code>true</code> the device is capable of built-in user verification.
55
+ *
52
56
* @see <a
53
57
* href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
54
58
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -78,6 +82,8 @@ public class SupportedCtapOptions {
78
82
boolean largeBlobs ;
79
83
80
84
/**
85
+ * If set to <code>true</code> the authenticator is enterprise attestation capable.
86
+ *
81
87
* @see <a
82
88
* href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
83
89
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -86,6 +92,8 @@ public class SupportedCtapOptions {
86
92
boolean ep ;
87
93
88
94
/**
95
+ * If set to <code>true</code> the authenticator supports the authenticatorBioEnrollment commands.
96
+ *
89
97
* @see <a
90
98
* href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
91
99
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -94,6 +102,9 @@ public class SupportedCtapOptions {
94
102
boolean bioEnroll ;
95
103
96
104
/**
105
+ * If set to <code>true</code> the authenticator supports the Prototype authenticatorBioEnrollment
106
+ * (0x40) commands.
107
+ *
97
108
* @see <a
98
109
* href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
99
110
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
@@ -159,6 +170,9 @@ public class SupportedCtapOptions {
159
170
boolean makeCredUvNotRqd ;
160
171
161
172
/**
173
+ * If set to <code>true</code> the authenticator supports the Always Require User Verification
174
+ * feature.
175
+ *
162
176
* @see <a
163
177
* href="https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#authenticatorGetInfo">Client
164
178
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
0 commit comments