Bitbucket Data Center API Client
GitHub
npm
Preparing search index...
WebhookCredentials
Interface WebhookCredentials
Basic auth credentials used to authenticate webhook deliveries to
url
.
interface
WebhookCredentials
{
password
?:
string
;
username
?:
string
;
}
Index
Properties
password?
username?
Properties
Optional
password
password
?:
string
Optional
username
username
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
password
username
GitHub
npm
Bitbucket Data Center API Client
Loading...
Basic auth credentials used to authenticate webhook deliveries to
url.