Stytch · Schema

api_session_v1_RecoveryCodeFactor

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
totp_recovery_code_id string
View JSON Schema on GitHub

JSON Schema

stytch-api-session-v1-recoverycodefactor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_session_v1_RecoveryCodeFactor",
  "title": "api_session_v1_RecoveryCodeFactor",
  "type": "object",
  "properties": {
    "totp_recovery_code_id": {
      "type": "string"
    }
  },
  "required": [
    "totp_recovery_code_id"
  ]
}