Stytch · Schema

pwa_trusted_token_profile_v3_PEMFile

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
pem_file_id string
public_key string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-trusted-token-profile-v3-pemfile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_trusted_token_profile_v3_PEMFile",
  "title": "pwa_trusted_token_profile_v3_PEMFile",
  "type": "object",
  "properties": {
    "pem_file_id": {
      "type": "string"
    },
    "public_key": {
      "type": "string"
    }
  },
  "required": [
    "pem_file_id",
    "public_key"
  ]
}