Skip to content

Commit a416c59

Browse files
committed
man: clarify fido_cred_type() return value
1 parent ab32458 commit a416c59

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

man/fido_cred_new.3

+10
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,16 @@ The
322322
.Fn fido_cred_type
323323
function returns the COSE algorithm of
324324
.Fa cred .
325+
If multiple types were requested through
326+
.Fn fido_cred_append_type ,
327+
the return value of
328+
.Fn fido_cred_type
329+
may change after a successful call to
330+
.Fn fido_cred_set_attobj ,
331+
.Fn fido_cred_set_authdata ,
332+
.Fn fido_cred_set_authdata_raw ,
333+
or
334+
.Fn fido_dev_make_cred .
325335
.Pp
326336
The
327337
.Fn fido_cred_flags

0 commit comments

Comments
 (0)