RedactedPayload

data class RedactedPayload(val label: String, val entries: List<Pair<String, String>>)

A key/value snapshot of an SDK request or response that has already passed the redaction allowlist — safe to render in the Lab timeline and to log. Constructing one asserts "these fields are non-secret". Secrets and PII never reach this type; the redactor drops them upstream.

Constructors

Link copied to clipboard
constructor(label: String, entries: List<Pair<String, String>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard