Skip to content

Commit

Permalink
Fix WebAuthnConfigurer Javadoc
Browse files Browse the repository at this point in the history
Issue gh-16397
  • Loading branch information
rwinch committed Jan 18, 2025
1 parent 8181cec commit 0d4f786
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ public WebAuthnConfigurer<H> disableDefaultRegistrationPage(boolean disable) {
}

/**
* 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) {
Expand Down

0 comments on commit 0d4f786

Please sign in to comment.