ngify
Preparing search index...
@ngify/http
index
withXsrfProtection
Function withXsrfProtection
withXsrfProtection
(
options
?:
{
cookieName
?:
string
;
headerName
?:
string
;
tokenExtractor
?:
()
=>
null
|
string
;
}
,
)
:
{
kind
:
XsrfProtection
;
value
:
HttpInterceptorFn
}
Parameters
Optional
options
:
{
cookieName
?:
string
;
headerName
?:
string
;
tokenExtractor
?:
()
=>
null
|
string
;
}
Returns
{
kind
:
XsrfProtection
;
value
:
HttpInterceptorFn
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
ngify
Loading...