TenantCsrfTokenScope
in package
FinalYes
Config hook for a future tenant-bound CSRF token rollout.
Table of Contents
Methods
- isEnabled() : bool
- Return whether tenant-bound CSRF signing is enabled.
- signingSalt() : string
- Return the configured CSRF signing salt; tenant binding is disabled by default.
Methods
isEnabled()
Return whether tenant-bound CSRF signing is enabled.
public
isEnabled() : bool
Return values
boolsigningSalt()
Return the configured CSRF signing salt; tenant binding is disabled by default.
public
signingSalt() : string