Stytch · Schema

api_b2b_magic_v1_b2b_magic_links_discovery_AuthenticateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
discovery_magic_links_token string The Discovery Email Magic Link token to authenticate.
pkce_code_verifier string A base64url encoded one time secret used to validate that the request starts and ends on the same device.
View JSON Schema on GitHub

JSON Schema

stytch-api-b2b-magic-v1-b2b-magic-links-discovery-authenticatereque-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_b2b_magic_v1_b2b_magic_links_discovery_AuthenticateRequest",
  "title": "api_b2b_magic_v1_b2b_magic_links_discovery_AuthenticateRequest",
  "type": "object",
  "properties": {
    "discovery_magic_links_token": {
      "type": "string",
      "description": "The Discovery Email Magic Link token to authenticate."
    },
    "pkce_code_verifier": {
      "type": "string",
      "description": "A base64url encoded one time secret used to validate that the request starts and ends on the same device."
    }
  },
  "description": "Request type",
  "required": [
    "discovery_magic_links_token"
  ]
}