access_enable_binding_cookie

Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-enable-binding-cookie-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_enable_binding_cookie",
  "title": "access_enable_binding_cookie",
  "default": false,
  "description": "Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.",
  "type": "boolean"
}