Skip to content

Commit

Permalink
man: clarify fido_cred_type() return value
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Dec 5, 2024
1 parent ab32458 commit a416c59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions man/fido_cred_new.3
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,16 @@ The
.Fn fido_cred_type
function returns the COSE algorithm of
.Fa cred .
If multiple types were requested through
.Fn fido_cred_append_type ,
the return value of
.Fn fido_cred_type
may change after a successful call to
.Fn fido_cred_set_attobj ,
.Fn fido_cred_set_authdata ,
.Fn fido_cred_set_authdata_raw ,
or
.Fn fido_dev_make_cred .
.Pp
The
.Fn fido_cred_flags
Expand Down

0 comments on commit a416c59

Please sign in to comment.