Globals / BasicAuthOptions
# Interface: BasicAuthOptions
Basic Authentication options for webhooks. Will be used is present when calling webhook endpoints.
export
interface
BasicAuthOptions
# Hierarchy
- BasicAuthOptions
# Index
# Properties
# Properties
# password
• password: string
Defined in src/generated/api.ts:313 (opens new window)
memberof
BasicAuthOptions
# username
• username: string
Defined in src/generated/api.ts:307 (opens new window)
memberof
BasicAuthOptions