@@ -147,10 +147,6 @@ public class RelyingParty {
147
147
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
148
148
* needed for new registrations, even of U2F authenticators.
149
149
*
150
- * <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
151
- * make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
152
- * needed for new registrations, even of U2F authenticators.
153
- *
154
150
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
155
151
* automatically set the <code>appid</code> extension input, and {@link
156
152
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic to
@@ -576,10 +572,6 @@ public RelyingPartyBuilder credentialRepository(CredentialRepository credentialR
576
572
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
577
573
* needed for new registrations, even of U2F authenticators.
578
574
*
579
- * <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
580
- * make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
581
- * needed for new registrations, even of U2F authenticators.
582
- *
583
575
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
584
576
* automatically set the <code>appid</code> extension input, and {@link
585
577
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic
@@ -611,10 +603,6 @@ public RelyingPartyBuilder appId(@NonNull Optional<AppId> appId) {
611
603
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
612
604
* needed for new registrations, even of U2F authenticators.
613
605
*
614
- * <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
615
- * make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
616
- * needed for new registrations, even of U2F authenticators.
617
- *
618
606
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
619
607
* automatically set the <code>appid</code> extension input, and {@link
620
608
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic
0 commit comments