@@ -93,6 +93,10 @@ public static class AssertionExtensionInputsBuilder {
93
93
/**
94
94
* The input to the FIDO AppID Extension (<code>appid</code>).
95
95
*
96
+ * <p>You usually do not need to call this method explicitly; if {@link RelyingParty#getAppId()}
97
+ * is present, then {@link RelyingParty#startAssertion(StartAssertionOptions)} will enable this
98
+ * extension automatically.
99
+ *
96
100
* <p>This extension allows WebAuthn Relying Parties that have previously registered a
97
101
* credential using the legacy FIDO JavaScript APIs to request an assertion. The FIDO APIs use
98
102
* an alternative identifier for Relying Parties called an <a
@@ -103,10 +107,6 @@ public static class AssertionExtensionInputsBuilder {
103
107
* <p>This extension does not allow FIDO-compatible credentials to be created. Thus, credentials
104
108
* created with WebAuthn are not backwards compatible with the FIDO JavaScript APIs.
105
109
*
106
- * <p>{@link RelyingParty#startAssertion(StartAssertionOptions)} sets this extension input
107
- * automatically if the {@link RelyingParty.RelyingPartyBuilder#appId(Optional)} parameter is
108
- * given when constructing the {@link RelyingParty} instance.
109
- *
110
110
* @see <a
111
111
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#sctn-appid-extension">§10.1.
112
112
* FIDO AppID Extension (appid)</a>
@@ -118,6 +118,10 @@ public AssertionExtensionInputsBuilder appid(@NonNull Optional<AppId> appid) {
118
118
/**
119
119
* The input to the FIDO AppID Extension (<code>appid</code>).
120
120
*
121
+ * <p>You usually do not need to call this method explicitly; if {@link RelyingParty#getAppId()}
122
+ * is present, then {@link RelyingParty#startAssertion(StartAssertionOptions)} will enable this
123
+ * extension automatically.
124
+ *
121
125
* <p>This extension allows WebAuthn Relying Parties that have previously registered a
122
126
* credential using the legacy FIDO JavaScript APIs to request an assertion. The FIDO APIs use
123
127
* an alternative identifier for Relying Parties called an <a
@@ -128,10 +132,6 @@ public AssertionExtensionInputsBuilder appid(@NonNull Optional<AppId> appid) {
128
132
* <p>This extension does not allow FIDO-compatible credentials to be created. Thus, credentials
129
133
* created with WebAuthn are not backwards compatible with the FIDO JavaScript APIs.
130
134
*
131
- * <p>{@link RelyingParty#startAssertion(StartAssertionOptions)} sets this extension input
132
- * automatically if the {@link RelyingParty.RelyingPartyBuilder#appId(Optional)} parameter is
133
- * given when constructing the {@link RelyingParty} instance.
134
- *
135
135
* @see <a
136
136
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#sctn-appid-extension">§10.1.
137
137
* FIDO AppID Extension (appid)</a>
@@ -191,10 +191,6 @@ private AssertionExtensionInputsBuilder uvm(Boolean uvm) {
191
191
* <p>This extension does not allow FIDO-compatible credentials to be created. Thus, credentials
192
192
* created with WebAuthn are not backwards compatible with the FIDO JavaScript APIs.
193
193
*
194
- * <p>{@link RelyingParty#startAssertion(StartAssertionOptions)} sets this extension input
195
- * automatically if the {@link RelyingParty.RelyingPartyBuilder#appId(Optional)} parameter is
196
- * given when constructing the {@link RelyingParty} instance.
197
- *
198
194
* @see <a href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#sctn-appid-extension">§10.1.
199
195
* FIDO AppID Extension (appid)</a>
200
196
*/
0 commit comments