# `DripDrop.ChannelAdapter`
[🔗](https://github.com/agoodway/dripdrop/blob/v0.1.0/lib/dripdrop/channel_adapter.ex#L1)

Configures one provider implementation for a DripDrop channel.

Credentials are encrypted at rest and provider validation is delegated to the
registered channel module so built-in and host-registered adapters follow the
same contract.

# `changeset`

```elixir
@spec changeset(Ecto.Schema.t(), map()) :: Ecto.Changeset.t()
```

Builds a changeset for creating or updating a channel adapter.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
