Preparing search index...
The search index is not available
secure-backend
secure-backend
CSRFConfig
Interface CSRFConfig
interface
CSRFConfig
{
cookieName
?:
string
;
cookieOptions
?:
{
httpOnly
?:
boolean
;
maxAge
?:
number
;
sameSite
?:
"strict"
|
"lax"
|
"none"
;
secure
?:
boolean
;
}
;
enabled
?:
boolean
;
excludedMethods
?:
string
[]
;
excludedPaths
?:
string
[]
;
headerName
?:
string
;
secret
?:
string
;
tokenLength
?:
number
;
}
Index
Properties
cookie
Name?
cookie
Options?
enabled?
excluded
Methods?
excluded
Paths?
header
Name?
secret?
token
Length?
Properties
Optional
cookie
Name
cookie
Name
?:
string
Optional
cookie
Options
cookie
Options
?:
{
httpOnly
?:
boolean
;
maxAge
?:
number
;
sameSite
?:
"strict"
|
"lax"
|
"none"
;
secure
?:
boolean
;
}
Type declaration
Optional
http
Only
?:
boolean
Optional
max
Age
?:
number
Optional
same
Site
?:
"strict"
|
"lax"
|
"none"
Optional
secure
?:
boolean
Optional
enabled
enabled
?:
boolean
Optional
excluded
Methods
excluded
Methods
?:
string
[]
Optional
excluded
Paths
excluded
Paths
?:
string
[]
Optional
header
Name
header
Name
?:
string
Optional
secret
secret
?:
string
Optional
token
Length
token
Length
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cookie
Name
cookie
Options
enabled
excluded
Methods
excluded
Paths
header
Name
secret
token
Length
secure-backend
Loading...