Stytch · Schema

pwa_sdk_v3_ConsumerCookiesConfig

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
http_only object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-sdk-v3-consumercookiesconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_sdk_v3_ConsumerCookiesConfig",
  "title": "pwa_sdk_v3_ConsumerCookiesConfig",
  "type": "object",
  "properties": {
    "http_only": {
      "$ref": "#/components/schemas/pwa_sdk_v3_ConsumerCookiesConfigHttpOnly"
    }
  },
  "required": [
    "http_only"
  ]
}