MailSlurpAPI.Model.BasicAuthOptions (mailslurp v15.17.22)

Basic Authentication options for webhooks. Will be used is present when calling webhook endpoints.

Summary

Types

@type t() :: %MailSlurpAPI.Model.BasicAuthOptions{
  password: String.t(),
  username: String.t()
}