Ory. Model. LoginFlowTestDebugPayload
(ory_client v1.22.40)
Copy Markdown
Contains the parsed claims, the Jsonnet mapper input and output, and any schema validation errors. Bearer tokens (id_token, access_token, refresh_token) are intentionally excluded to limit the blast radius of the debug payload leaking through audit logs or admin browsers.
Summary
Types
@type t() :: %Ory.Model.LoginFlowTestDebugPayload{ error: Ory.Model.LoginFlowTestStepError.t() | nil, id_token_claims: %{optional(String.t()) => any()} | nil, jsonnet_input: %{optional(String.t()) => any()} | nil, jsonnet_mapper_url: String.t() | nil, jsonnet_output: %{optional(String.t()) => any()} | nil, jsonnet_stderr: String.t() | nil, schema_validation_errors: [Ory.Model.LoginFlowTestSchemaValidationError.t()] | nil, userinfo: %{optional(String.t()) => any()} | nil }