Gets or sets settings of the authentication dialog.
$au.uploader({ //...other params... authenticationDialog: {}, //...other params... })Get/Set Value at Runtime
$au.uploader('uploaderID').authenticationDialog(value); value = $au.uploader('uploaderID').authenticationDialog();