Stytch · Schema

api_session_v1_WebAuthnFactor

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
webauthn_registration_id string
domain string
user_agent string
View JSON Schema on GitHub

JSON Schema

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