Stytch · Schema

pwa_sdk_v3_B2BCookiesConfig

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
http_only object
View JSON Schema on GitHub

JSON Schema

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