Stytch · Schema

pwa_trusted_token_profile_v3_UpdateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
name string
audience string
issuer string
jwks_url string
attribute_mapping string
can_jit_provision boolean
View JSON Schema on GitHub

JSON Schema

stytch-pwa-trusted-token-profile-v3-updaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_trusted_token_profile_v3_UpdateRequest",
  "title": "pwa_trusted_token_profile_v3_UpdateRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "audience": {
      "type": "string"
    },
    "issuer": {
      "type": "string"
    },
    "jwks_url": {
      "type": "string"
    },
    "attribute_mapping": {
      "type": "string"
    },
    "can_jit_provision": {
      "type": "boolean"
    }
  },
  "description": "Request type"
}