We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352a6a0 commit 17fb4d1Copy full SHA for 17fb4d1
config/src/main/kotlin/org/springframework/security/config/annotation/web/WebAuthnDsl.kt
@@ -23,7 +23,7 @@ import org.springframework.security.config.annotation.web.configurers.WebAuthnCo
23
* A Kotlin DSL to configure [HttpSecurity] webauthn using idiomatic Kotlin code.
24
* @property rpName the relying party name
25
* @property rpId the relying party id
26
- * @property the allowed origins
+ * @property allowedOrigins allowed origins
27
* @property disableDefaultRegistrationPage disable default webauthn registration page
28
* @since 6.4
29
* @author Rob Winch
0 commit comments