Stytch · Schema

api_sso_v1_EncryptionPrivateKey

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
private_key_id string
private_key string
created_at string
View JSON Schema on GitHub

JSON Schema

stytch-api-sso-v1-encryptionprivatekey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_sso_v1_EncryptionPrivateKey",
  "title": "api_sso_v1_EncryptionPrivateKey",
  "type": "object",
  "properties": {
    "private_key_id": {
      "type": "string"
    },
    "private_key": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  },
  "required": [
    "private_key_id",
    "private_key"
  ]
}