@@ -59,7 +59,7 @@ public class AssertionRequest {
59
59
* <p>If both this and {@link #getUserHandle() userHandle} are empty, this indicates that this is
60
60
* a request for an assertion by a <a
61
61
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
62
- * credential</a> (passkey), and identification of the user has been deferred until the response
62
+ * credential</a> (passkey). Identification of the user is therefore deferred until the response
63
63
* is received.
64
64
*
65
65
* @see <a href="https://passkeys.dev/docs/reference/terms/#passkey">Passkey</a> in <a
@@ -77,7 +77,7 @@ public class AssertionRequest {
77
77
* <p>If both this and {@link #getUsername() username} are empty, this indicates that this is a
78
78
* request for an assertion by a <a
79
79
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
80
- * credential</a> (passkey), and identification of the user has been deferred until the response
80
+ * credential</a> (passkey). Identification of the user is therefore deferred until the response
81
81
* is received.
82
82
*
83
83
* @see <a href="https://passkeys.dev/docs/reference/terms/#passkey">Passkey</a> in <a
@@ -111,7 +111,7 @@ private AssertionRequest(
111
111
* <p>If both this and {@link #getUserHandle()} are empty, this indicates that this is a request
112
112
* for an assertion by a <a
113
113
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
114
- * credential</a> (passkey), and identification of the user has been deferred until the response
114
+ * credential</a> (passkey). Identification of the user is therefore deferred until the response
115
115
* is received.
116
116
*
117
117
* @see <a href="https://passkeys.dev/docs/reference/terms/#passkey">Passkey</a> in <a
@@ -130,7 +130,7 @@ public Optional<String> getUsername() {
130
130
* <p>If both this and {@link #getUsername()} are empty, this indicates that this is a request for
131
131
* an assertion by a <a
132
132
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
133
- * credential</a> (passkey), and identification of the user has been deferred until the response
133
+ * credential</a> (passkey). Identification of the user is therefore deferred until the response
134
134
* is received.
135
135
*
136
136
* @see <a href="https://passkeys.dev/docs/reference/terms/#passkey">Passkey</a> in <a
@@ -227,7 +227,7 @@ public AssertionRequestBuilder publicKeyCredentialRequestOptions(
227
227
*
228
228
* <p>If this is empty, this indicates that this is a request for an assertion by a <a
229
229
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
230
- * credential</a> (passkey), and identification of the user has been deferred until the response
230
+ * credential</a> (passkey). Identification of the user is therefore deferred until the response
231
231
* is received.
232
232
*
233
233
* @see <a href="https://passkeys.dev/docs/reference/terms/#passkey">Passkey</a> in <a
@@ -245,7 +245,7 @@ public AssertionRequestBuilder username(@NonNull Optional<String> username) {
245
245
*
246
246
* <p>If this is empty, this indicates that this is a request for an assertion by a <a
247
247
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
248
- * credential</a> (passkey), and identification of the user has been deferred until the response
248
+ * credential</a> (passkey). Identification of the user is therefore deferred until the response
249
249
* is received.
250
250
*
251
251
* @see <a href="https://passkeys.dev/docs/reference/terms/#passkey">Passkey</a> in <a
@@ -268,7 +268,7 @@ public AssertionRequestBuilder username(String username) {
268
268
* <p>If both this and {@link #username(String)} are empty, this indicates that this is a
269
269
* request for an assertion by a <a
270
270
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
271
- * credential</a> (passkey), and identification of the user has been deferred until the response
271
+ * credential</a> (passkey). Identification of the user is therefore deferred until the response
272
272
* is received.
273
273
*
274
274
* @see <a href="https://passkeys.dev/docs/reference/terms/#passkey">Passkey</a> in <a
@@ -287,7 +287,7 @@ public AssertionRequestBuilder userHandle(@NonNull Optional<ByteArray> userHandl
287
287
* <p>If both this and {@link #username(String)} are empty, this indicates that this is a
288
288
* request for an assertion by a <a
289
289
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
290
- * credential</a> (passkey), and identification of the user has been deferred until the response
290
+ * credential</a> (passkey). Identification of the user is therefore deferred until the response
291
291
* is received.
292
292
*
293
293
* @see <a href="https://passkeys.dev/docs/reference/terms/#passkey">Passkey</a> in <a
0 commit comments