Stytch · Schema

api_session_v1_AuthenticatorAppFactor

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
totp_id string Globally unique UUID that identifies a TOTP instance.
View JSON Schema on GitHub

JSON Schema

stytch-api-session-v1-authenticatorappfactor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_session_v1_AuthenticatorAppFactor",
  "title": "api_session_v1_AuthenticatorAppFactor",
  "type": "object",
  "properties": {
    "totp_id": {
      "type": "string",
      "description": "Globally unique UUID that identifies a TOTP instance."
    }
  },
  "required": [
    "totp_id"
  ]
}