Stytch · Schema

pwa_trusted_token_profile_v3_CreatePEMFileRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
public_key string
View JSON Schema on GitHub

JSON Schema

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