Bitbucket Data Center API Client
    Preparing search index...

    Interface WebhookCredentials

    Basic auth credentials used to authenticate webhook deliveries to url.

    interface WebhookCredentials {
        password?: string;
        username?: string;
    }
    Index

    Properties

    Properties

    password?: string
    username?: string