@@ -58,7 +58,7 @@ public class AssertionRequest {
58
58
*
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
- * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
61
+ * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
62
62
* credential</a>, and identification of the user has been deferred until the response is
63
63
* received.
64
64
*/
@@ -73,7 +73,7 @@ public class AssertionRequest {
73
73
*
74
74
* <p>If both this and {@link #getUsername() username} are empty, this indicates that this is a
75
75
* request for an assertion by a <a
76
- * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
76
+ * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
77
77
* credential</a>, and identification of the user has been deferred until the response is
78
78
* received.
79
79
*/
@@ -104,7 +104,7 @@ private AssertionRequest(
104
104
*
105
105
* <p>If both this and {@link #getUserHandle()} are empty, this indicates that this is a request
106
106
* for an assertion by a <a
107
- * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
107
+ * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
108
108
* credential</a>, and identification of the user has been deferred until the response is
109
109
* received.
110
110
*/
@@ -120,7 +120,7 @@ public Optional<String> getUsername() {
120
120
*
121
121
* <p>If both this and {@link #getUsername()} are empty, this indicates that this is a request for
122
122
* an assertion by a <a
123
- * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
123
+ * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
124
124
* credential</a>, and identification of the user has been deferred until the response is
125
125
* received.
126
126
*/
@@ -214,7 +214,7 @@ public AssertionRequestBuilder publicKeyCredentialRequestOptions(
214
214
* will unset {@link #userHandle(ByteArray)}.
215
215
*
216
216
* <p>If this is empty, this indicates that this is a request for an assertion by a <a
217
- * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
217
+ * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
218
218
* credential</a>, and identification of the user has been deferred until the response is
219
219
* received.
220
220
*/
@@ -229,7 +229,7 @@ public AssertionRequestBuilder username(@NonNull Optional<String> username) {
229
229
* null</code> will unset {@link #userHandle(ByteArray)}.
230
230
*
231
231
* <p>If this is empty, this indicates that this is a request for an assertion by a <a
232
- * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
232
+ * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
233
233
* credential</a>, and identification of the user has been deferred until the response is
234
234
* received.
235
235
*/
@@ -249,7 +249,7 @@ public AssertionRequestBuilder username(String username) {
249
249
*
250
250
* <p>If both this and {@link #username(String)} are empty, this indicates that this is a
251
251
* request for an assertion by a <a
252
- * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
252
+ * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
253
253
* credential</a>, and identification of the user has been deferred until the response is
254
254
* received.
255
255
*/
@@ -265,7 +265,7 @@ public AssertionRequestBuilder userHandle(@NonNull Optional<ByteArray> userHandl
265
265
*
266
266
* <p>If both this and {@link #username(String)} are empty, this indicates that this is a
267
267
* request for an assertion by a <a
268
- * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
268
+ * href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
269
269
* credential</a>, and identification of the user has been deferred until the response is
270
270
* received.
271
271
*/
0 commit comments