Skip to main content

TypeAlias.VerifyDidWebConfigResponse

type VerifyDidWebConfigResponse = z.infer<typeof verifyDidWebConfigResponseSchema>;

Discriminated result of POST /v1/dpp/certification-key/did-web-config/verify. Always returned with HTTP 200; status: 'failed' carries a reason matching a VerifyDidWebFailureReason value for actionable UI messaging.