Skip to content

miniproto.security.redaction.redact_value

redact_value(value: object) -> str

Replace a value with the fixed redaction marker.

Parameters:

  • value (object) – Value deliberately ignored so secrets never reach output.

Returns:

  • str – The constant "[redacted]" marker.