UseCSRFToken
Specifies whether the connection uses a CSRF token.
データ型
bool
デフォルト値
false
解説
When set to true, the connection includes a CSRF token to help protect against cross-site request forgery (CSRF) attacks.
When set to false, no CSRF token is included.
This property is useful for environments that require additional CSRF protection during authentication.