MailSlurpAPI.Model.BasicAuthOptions
(mailslurp v15.17.22)
Basic Authentication options for webhooks. Will be used is present when calling webhook endpoints.
@type t() :: %MailSlurpAPI.Model.BasicAuthOptions{
password: String.t(),
username: String.t()
}