ExDoppler.WebhookAuth (ExDoppler v1.0.0)
View SourceModule describing a WebhookAuth. See ExDoppler.Webhook
Fields
type
- either"Basic"
or"Bearer"
token
- Iftype = "Bearer"
, the Bearer tokenusername
- Iftype = "Basic"
, the username to use. (e.g"joe"
)has_password
- Iftype = "Basic"
, that there is a password associated. (e.gfalse
)
๐ Resources
- ๐ Doppler docs
- ๐ Doppler API docs
- ๐ฌ Contact the maintainer (he's happy to help!)
Summary
Functions
Creates a WebhookAuth
from a map