Stytch · Schema

pwa_secret_v3_MaskedSecret

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
secret_id string
last_four string
created_at string
used_at string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-secret-v3-maskedsecret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_secret_v3_MaskedSecret",
  "title": "pwa_secret_v3_MaskedSecret",
  "type": "object",
  "properties": {
    "secret_id": {
      "type": "string"
    },
    "last_four": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "used_at": {
      "type": "string"
    }
  },
  "required": [
    "secret_id",
    "last_four"
  ]
}