Stytch · Schema

pwa_public_token_v3_PublicToken

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
public_token string
created_at string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-public-token-v3-publictoken-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_public_token_v3_PublicToken",
  "title": "pwa_public_token_v3_PublicToken",
  "type": "object",
  "properties": {
    "public_token": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  },
  "required": [
    "public_token"
  ]
}