Represents sending of no Authorization header to the subscription endpoint
➥➥➥ authType
string
true
none
none
Name
Type
Required
Restrictions
Description
➥➥ anonymous
object
false
none
Represents sending of an Authorization header in format of https://www.ietf.org/rfc/rfc2617.txt. Will be sent in the format of "Basic base64(username:password)" to the subscription endpoint
➥➥➥ authType
string
true
none
none
➥➥➥ username
string
true
none
username to be sent in the Authorization header
➥➥➥ password
string
true
none
password to be sent in the Authorization header
Name
Type
Required
Restrictions
Description
➥➥ anonymous
object
false
none
Represents sending of an Authorization header in format of https://www.ietf.org/rfc/rfc6750.txt. Will be sent in the format of "Bearer token" to the subscription endpoint