Skip to content

Commit

Permalink
De-duplicate paragraph in RelyingParty.appid JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 25, 2021
1 parent e3f4da4 commit 8d50db5
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ public class RelyingParty {
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
* needed for new registrations, even of U2F authenticators.
*
* <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
* needed for new registrations, even of U2F authenticators.
*
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
* automatically set the <code>appid</code> extension input, and {@link
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic to
Expand Down Expand Up @@ -576,10 +572,6 @@ public RelyingPartyBuilder credentialRepository(CredentialRepository credentialR
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
* needed for new registrations, even of U2F authenticators.
*
* <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
* needed for new registrations, even of U2F authenticators.
*
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
* automatically set the <code>appid</code> extension input, and {@link
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic
Expand Down Expand Up @@ -611,10 +603,6 @@ public RelyingPartyBuilder appId(@NonNull Optional<AppId> appId) {
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
* needed for new registrations, even of U2F authenticators.
*
* <p>You do not need this extension if you have not previously supported U2F. Its purpose is to
* make already-registered U2F credentials forward-compatible with the WebAuthn API. It is not
* needed for new registrations, even of U2F authenticators.
*
* <p>If this member is set, {@link #startAssertion(StartAssertionOptions) startAssertion} will
* automatically set the <code>appid</code> extension input, and {@link
* #finishAssertion(FinishAssertionOptions) finishAssertion} will adjust its verification logic
Expand Down

0 comments on commit 8d50db5

Please sign in to comment.