Constructor Detail
bbq.ajax.SoapUsernameDigestToken(options)
| Name | Type | Comment |
|---|---|---|
| options | {Object} |
- See:
- bbq.ajax.SoapRequest
Defined in: SoapUsernameDigestToken.js.
Allows for sending a UsernameDigest authentication token with a SOAP request.
Instances of this class are intended to be passed as the "authentcation" property of the options object for instances of bbq.ajax.SoapRequest.
var token = new bbq.ajax.SoapUsernameDigestToken({
username: "foo",
password: "bar"
});
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
bbq.ajax.SoapUsernameDigestToken(options)
Allows for sending a UsernameDigest authentication token with a SOAP request. |
| Name | Type | Comment |
|---|---|---|
| options | {Object} |