Stytch · Schema

pwa_sdk_v3_B2BDFPPAConfig

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
enabled object
on_challenge object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-sdk-v3-b2bdfppaconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_sdk_v3_B2BDFPPAConfig",
  "title": "pwa_sdk_v3_B2BDFPPAConfig",
  "type": "object",
  "properties": {
    "enabled": {
      "$ref": "#/components/schemas/pwa_sdk_v3_DFPPASetting"
    },
    "on_challenge": {
      "$ref": "#/components/schemas/pwa_sdk_v3_DFPPAOnChallengeAction"
    }
  }
}