We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc3d3d commit 0df7644Copy full SHA for 0df7644
webauthn-server-core/src/main/java/com/yubico/webauthn/data/ClientAssertionExtensionOutputs.java
@@ -152,8 +152,8 @@ public Optional<Extensions.Prf.PrfAuthenticationOutput> getPrf() {
152
* href="https://www.w3.org/TR/secure-payment-confirmation/#sctn-payment-extension-registration">§5.
153
* Secure Payment Confirmation extension (SPC)</a>
154
*/
155
- public Optional<Extensions.Prf.PrfAuthenticationOutput> getSpc() {
156
- return Optional.ofNullable(prf);
+ public Optional<Extensions.Spc.SpcAuthenticationOutput> getSpc() {
+ return Optional.ofNullable(spc);
157
}
158
159
public static class ClientAssertionExtensionOutputsBuilder {
0 commit comments