Stytch · Schema

api_session_v1_BiometricFactor

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
biometric_registration_id string
View JSON Schema on GitHub

JSON Schema

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