bunway
Preparing search index...
CsrfOptions
Interface CsrfOptions
interface
CsrfOptions
{
bodyField
?:
string
;
cookie
?:
{
httpOnly
?:
boolean
;
name
?:
string
;
path
?:
string
;
sameSite
?:
"strict"
|
"lax"
|
"none"
;
secure
?:
boolean
;
}
;
headerName
?:
string
;
ignoreMethods
?:
string
[]
;
tokenLength
?:
number
;
}
Index
Properties
body
Field?
cookie?
header
Name?
ignore
Methods?
token
Length?
Properties
Optional
body
Field
bodyField
?:
string
Optional
cookie
cookie
?:
{
httpOnly
?:
boolean
;
name
?:
string
;
path
?:
string
;
sameSite
?:
"strict"
|
"lax"
|
"none"
;
secure
?:
boolean
;
}
Optional
header
Name
headerName
?:
string
Optional
ignore
Methods
ignoreMethods
?:
string
[]
Optional
token
Length
tokenLength
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
Field
cookie
header
Name
ignore
Methods
token
Length
bunway
Loading...