Skip to content

Commit 0d4f786

Browse files
committed
Fix WebAuthnConfigurer Javadoc
Issue gh-16397
1 parent 8181cec commit 0d4f786

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ public WebAuthnConfigurer<H> disableDefaultRegistrationPage(boolean disable) {
120120
}
121121

122122
/**
123-
* Sets PublicKeyCredentialCreationOptionsRepository
124-
* @param converter the creationOptionsRepository
123+
* Sets {@link HttpMessageConverter} used for WebAuthn to read/write to the HTTP
124+
* request/response.
125+
* @param converter the {@link HttpMessageConverter}
125126
* @return the {@link WebAuthnConfigurer} for further customization
126127
*/
127128
public WebAuthnConfigurer<H> messageConverter(HttpMessageConverter<Object> converter) {

0 commit comments

Comments
 (0)