Fix WebAuthnConfigurer Javadoc

Issue gh-16397
This commit is contained in:
Rob Winch 2025-01-17 18:28:26 -06:00
parent 8181cec06c
commit 0d4f786484
No known key found for this signature in database

View File

@ -120,8 +120,9 @@ public class WebAuthnConfigurer<H extends HttpSecurityBuilder<H>>
}
/**
* 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<H> messageConverter(HttpMessageConverter<Object> converter) {