diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java index 9ca5a3f6e7..79164a082c 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java @@ -120,8 +120,9 @@ public class WebAuthnConfigurer> } /** - * Sets PublicKeyCredentialCreationOptionsRepository - * @param converter the creationOptionsRepository + * Sets {@link HttpMessageConverter} used for WebAuthn to read/write to the HTTP + * request/response. + * @param converter the {@link HttpMessageConverter} * @return the {@link WebAuthnConfigurer} for further customization */ public WebAuthnConfigurer messageConverter(HttpMessageConverter converter) {