basicAuth property

bool basicAuth
getter/setter pair

Does webhook expect basic authentication? If true it means you created this webhook with a username and password. MailSlurp will use these in the URL to authenticate itself.

Implementation

bool basicAuth;