Stytch · Schema

pwa_sdk_v3_ConsumerTOTPsConfig

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

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

JSON Schema

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