Class bbq.ajax.SoapUsernameDigestToken

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"
});
See:
bbq.ajax.SoapRequest

Class Summary
Constructor Attributes Constructor Name and Description
 

Allows for sending a UsernameDigest authentication token with a SOAP request.

Constructor Detail

bbq.ajax.SoapUsernameDigestToken(options)

Parameters:
Name Type Comment
options {Object}
See:
bbq.ajax.SoapRequest