Skip to content

Commit 6564870

Browse files
committed
man: document fido2-token -Gt and -It
1 parent aa85a06 commit 6564870

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

man/fido2-token.1

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Copyright (c) 2018-2022 Yubico AB. All rights reserved.
1+
.\" Copyright (c) 2018-2026 Yubico AB. All rights reserved.
22
.\"
33
.\" Redistribution and use in source and binary forms, with or without
44
.\" modification, are permitted provided that the following conditions are
@@ -83,9 +83,14 @@
8383
.Ar blob_path
8484
.Ar device
8585
.Nm
86+
.Fl G
87+
.Fl t Ar ppuat_path
88+
.Ar device
89+
.Nm
8690
.Fl I
8791
.Op Fl cd
8892
.Op Fl k Ar rp_id Fl i Ar cred_id
93+
.Op Fl t Ar ppuat_path
8994
.Ar device
9095
.Nm
9196
.Fl L
@@ -203,6 +208,12 @@ Disables the CTAP 2.1
203208
.Dq user verification always
204209
feature on
205210
.Ar device .
211+
.It Fl G Fl t Ar ppuat_path Ar device
212+
Retrieves a CTAP 2.2 persistent PIN UV Auth token with read-only
213+
credential management permissions from
214+
.Ar device
215+
and writes it to
216+
.Ar ppuat_path .
206217
.It Fl G Fl b Fl k Ar key_path Ar blob_path Ar device
207218
Gets a CTAP 2.1
208219
.Dq largeBlob
@@ -234,9 +245,15 @@ is a base64-encoded blob.
234245
The blob is written to
235246
.Ar blob_path .
236247
A PIN or equivalent user-verification gesture is required.
237-
.It Fl I Ar device
248+
.It Fl I Ar device Op Fl t Ar ppuat_path
238249
Retrieves information on
239250
.Ar device .
251+
If
252+
.Fl t Ar ppuat_path
253+
is given,
254+
.Nm
255+
will attempt to use the token contained in the file to decrypt encrypted
256+
device information.
240257
.It Fl I Fl c Ar device
241258
Retrieves resident credential metadata from
242259
.Ar device .

0 commit comments

Comments
 (0)