ExBifrost.Model.WebhookEndpointWithSecret (ex_bifrost v0.1.0)

Copy Markdown View Source

Returned once when an endpoint is created or its secret is rotated. The secret is shown a single time and cannot be retrieved again.

Summary

Types

t()

@type t() :: %ExBifrost.Model.WebhookEndpointWithSecret{
  endpoint: ExBifrost.Model.WebhookEndpoint.t() | nil,
  secret: String.t() | nil
}

Functions

decode(value)