Gets or sets an access token to pass into one of the upload methods when performing an upload.
var u = $au.uploader({
//...other params...
});
var nx = $au.nirvanixExtender(u);
nx.uploadToken("");
//...other params...
u.writeHtml();
Type: String
The access token to pass into one of the upload methods when performing an upload.
Default value is "".