summaryrefslogtreecommitdiff
path: root/man/fido_bio_dev_get_info.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/fido_bio_dev_get_info.3')
-rw-r--r--man/fido_bio_dev_get_info.310
1 files changed, 10 insertions, 0 deletions
diff --git a/man/fido_bio_dev_get_info.3 b/man/fido_bio_dev_get_info.3
index bde1396..d18c9ec 100644
--- a/man/fido_bio_dev_get_info.3
+++ b/man/fido_bio_dev_get_info.3
@@ -35,6 +35,8 @@
35The functions described in this page allow biometric 35The functions described in this page allow biometric
36templates on a FIDO2 authenticator to be listed, created, 36templates on a FIDO2 authenticator to be listed, created,
37removed, and customised. 37removed, and customised.
38Please note that not all FIDO2 authenticators support biometric
39enrollment.
38For a description of the types involved, please refer to 40For a description of the types involved, please refer to
39.Xr fido_bio_info_new 3 , 41.Xr fido_bio_info_new 3 ,
40.Xr fido_bio_enroll_new 3 , 42.Xr fido_bio_enroll_new 3 ,
@@ -118,3 +120,11 @@ is returned.
118.Xr fido_bio_enroll_new 3 , 120.Xr fido_bio_enroll_new 3 ,
119.Xr fido_bio_info_new 3 , 121.Xr fido_bio_info_new 3 ,
120.Xr fido_bio_template 3 122.Xr fido_bio_template 3
123.Sh CAVEATS
124Biometric enrollment is a tentative feature of FIDO 2.1.
125Applications willing to strictly abide by FIDO 2.0 should refrain
126from using biometric enrollment.
127Applications using biometric enrollment should ensure it is
128supported by the authenticator prior to using the API.
129Since FIDO 2.1 hasn't been finalised, there is a chance the
130functionality and associated data structures may change.