Stytch · Schema

api_session_v1_TikTokOAuthFactor

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
id string
provider_subject string
email_id string
View JSON Schema on GitHub

JSON Schema

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