mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-28 18:39:06 +00:00
Fix WebAuthnConfigurer Javadoc
Issue gh-16397
This commit is contained in:
parent
8181cec06c
commit
0d4f786484
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user