52
52
public class ClientAssertionExtensionOutputs implements ClientExtensionOutputs {
53
53
54
54
/**
55
- * The output from the FIDO AppID Extension (<code>appid</code>).
55
+ * The extension output for the FIDO AppID Extension (<code>appid</code>), if any .
56
56
*
57
57
* <p>This value should be ignored because its behaviour is underspecified, see: <a
58
58
* href="https://github.com/w3c/webauthn/issues/1034">https://github.com/w3c/webauthn/issues/1034</a>.
@@ -86,7 +86,7 @@ public Set<String> getExtensionIds() {
86
86
}
87
87
88
88
/**
89
- * The output from the FIDO AppID Extension (<code>appid</code>).
89
+ * The extension output for the FIDO AppID Extension (<code>appid</code>), if any .
90
90
*
91
91
* <p>This value should be ignored because its behaviour is underspecified, see: <a
92
92
* href="https://github.com/w3c/webauthn/issues/1034">https://github.com/w3c/webauthn/issues/1034</a>.
@@ -115,7 +115,7 @@ public Optional<Extensions.LargeBlob.LargeBlobAuthenticationOutput> getLargeBlob
115
115
public static class ClientAssertionExtensionOutputsBuilder {
116
116
117
117
/**
118
- * The output from the FIDO AppID Extension (<code>appid</code>).
118
+ * The extension output for the FIDO AppID Extension (<code>appid</code>).
119
119
*
120
120
* <p>This value should be ignored because its behaviour is underspecified, see: <a
121
121
* href="https://github.com/w3c/webauthn/issues/1034">https://github.com/w3c/webauthn/issues/1034</a>.
@@ -138,7 +138,7 @@ private ClientAssertionExtensionOutputsBuilder appid(Boolean appid) {
138
138
}
139
139
140
140
/**
141
- * The output from the FIDO AppID Extension (<code>appid</code>).
141
+ * The extension output for the FIDO AppID Extension (<code>appid</code>).
142
142
*
143
143
* <p>This value should be ignored because its behaviour is underspecified, see: <a
144
144
* href="https://github.com/w3c/webauthn/issues/1034">https://github.com/w3c/webauthn/issues/1034</a>.
0 commit comments