auth.provider API
Preparing search index...
@o3co/auth-provider-session
CsrfCookieAttributes
Interface CsrfCookieAttributes
Transport attributes for the CSRF cookie — mirror the session cookie's.
interface
CsrfCookieAttributes
{
domain
?:
string
;
sameSite
:
"lax"
|
"strict"
|
"none"
;
secure
:
boolean
;
}
Index
Properties
domain?
same
Site
secure
Properties
Optional
Readonly
domain
domain
?:
string
Readonly
same
Site
sameSite
:
"lax"
|
"strict"
|
"none"
Readonly
secure
secure
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
domain
same
Site
secure
auth.provider API
Loading...
Transport attributes for the CSRF cookie — mirror the session cookie's.