{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_session_v1_AuthenticationFactorType", "title": "api_session_v1_AuthenticationFactorType", "type": "string", "enum": [ "magic_link", "otp", "oauth", "webauthn", "totp", "crypto", "password", "signature_challenge", "sso", "imported", "recovery_codes", "email_otp", "impersonated", "trusted_auth_token" ] }