diff --git a/config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt b/config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt index 724ef38fdcb..e434cba87a1 100644 --- a/config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt +++ b/config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt @@ -34,6 +34,8 @@ import org.springframework.security.web.util.matcher.RequestMatcher * @property requireCsrfProtectionMatcher specify the [RequestMatcher] to use for * determining when CSRF should be applied. * @property sessionAuthenticationStrategy the [SessionAuthenticationStrategy] to use. + * @property csrfTokenRequestHandler the [CsrfTokenRequestHandler] to use for making + * the CSRF token available as a request attribute */ @SecurityMarker class CsrfDsl {