Nombaone.WebhookEndpointWithSecret (Nomba One v0.1.0)

View Source

Returned by Nombaone.WebhookEndpoints.create/3 only — the one time the full signing_secret is visible. Store it immediately; it is not recoverable later (only rotatable).

Summary

Types

t()

@type t() :: %Nombaone.WebhookEndpointWithSecret{
  __raw__: term(),
  created_at: term(),
  disabled_at: term(),
  domain: term(),
  enabled_events: term(),
  id: term(),
  signing_secret: term(),
  signing_secret_prefix: term(),
  url: term()
}