Stytch · Schema

pwa_sdk_v3_ConsumerCryptoWalletsConfig

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
enabled boolean
siwe_required boolean
View JSON Schema on GitHub

JSON Schema

stytch-pwa-sdk-v3-consumercryptowalletsconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_sdk_v3_ConsumerCryptoWalletsConfig",
  "title": "pwa_sdk_v3_ConsumerCryptoWalletsConfig",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "siwe_required": {
      "type": "boolean"
    }
  },
  "required": [
    "enabled",
    "siwe_required"
  ]
}