ExBifrost.Model.WebhookEndpointHeadersValue (ex_bifrost v0.1.0)

Copy Markdown View Source

A redacted secret-bearing value as returned in responses. The literal is masked ("<REDACTED>"); ref and type describe the original source when set.

Summary

Types

t()

@type t() :: %ExBifrost.Model.WebhookEndpointHeadersValue{
  ref: String.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value)