@@ -97,7 +97,7 @@ In the SDK, an AuthToken is retrieved by calling one of the `Verify` methods, su
97
97
* Send a command to the YubiKey containing the encrypted "PinHash", permissions, and other info
98
98
* If the PIN was correct, the YubiKey verifies the "PinHash"
99
99
* The YubiKey returns a PinUvAuthToken (with permissions attached), which is the AuthToken to use
100
- * PIN with permissions
100
+ * UV with permissions
101
101
* The caller supplies the permissions
102
102
* Send a command to the YubiKey containing permissions, and other info
103
103
* Upon receiving the command, the YubiKey will wait for the user to verify the fingerprint
@@ -157,7 +157,7 @@ An AuthToken's permissions can also expire. There are a number of ways to expire
157
157
most common is when the YubiKey, upon receiving an AuthParam for one command, will
158
158
"expire" an AuthToken, and it cannot be used again (in the FIDO2 terminology, "expire" is
159
159
an active verb, it is something the YubiKey does to the PinToken). To perform another
160
- command requires the client retrieve a new AuthToken. In still other cases an AuthToken
160
+ command requires the client to retrieve a new AuthToken. In still other cases an AuthToken
161
161
can be "partially expired", where it can be reused for some commands, but not for others.
162
162
163
163
Note that "expire" will usually have nothing to do with time. That is, a YubiKey will
@@ -220,7 +220,7 @@ commands or several calls to the same command.
220
220
221
221
On a FIDO2 version 2.1 YubiKey, the PinToken can only be used to perform MakeCredential
222
222
and GetAssertion. Furthermore, it can be expired, and in fact, it can be used to build an
223
- AuthParam that will authenticate only call to one command.
223
+ AuthParam that will authenticate a call to only one command.
224
224
225
225
### PinUvAuthToken
226
226
@@ -299,7 +299,7 @@ you will want to perform Bio Enrollment, get an AuthToken with that permission.
299
299
know you will want to get an assertion and write data to the [ large blob] ( large-blobs.md ) ,
300
300
get an AuthToken with those two permissions.
301
301
302
- To get an AuthToken with permissions, call one of the ` VerifyPin ` or VerifyUv` methods.
302
+ To get an AuthToken with permissions, call one of the ` VerifyPin ` or ` VerifyUv ` methods.
303
303
For example
304
304
305
305
``` csharp
0 commit comments