Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
*/
var NotificationHubService = azureSb.NotificationHubService;
exports.NotificationHubService = NotificationHubService;
/**
* Creates a new {@link NotificationHubService} object.
*
* @method
* @param {string} hubName The notification hub name.
* @param {string} [endpointOrConnectionString] The service bus endpoint or connection string.
* @param {string} [sharedAccessKeyName] The notification hub shared access key name.
* @param {string} [sharedAccessKeyValue] The notification hub shared access key value.
* @return {NotificationHubService} A new NotificationHubService object.
*/
exports.createNotificationHubService = azureSb.createNotificationHubService;
/**
* Wrap service exports.
* @ignore
*/
var WrapService = azureSb.WrapService;
exports.WrapService = WrapService;
/**
* Creates a new WrapService object.
*
* @method
* @param {string} acsHost The access control host.
* @param {string} [issuer] The service bus issuer.
* @param {string} [accessKey] The service bus issuer password.
* @ignore
*/
var NotificationHubService = azureSb.NotificationHubService;
exports.NotificationHubService = NotificationHubService;
/**
* Creates a new {@link NotificationHubService} object.
*
* @param {string} hubName The notification hub name.
* @param {string} [endpointOrConnectionString] The service bus endpoint or connection string.
* @param {string} [sharedAccessKeyName] The notification hub shared access key name.
* @param {string} [sharedAccessKeyValue] The notification hub shared access key value.
* @return {NotificationHubService} A new NotificationHubService object.
*/
exports.createNotificationHubService = azureSb.createNotificationHubService;
/**
* Wrap service exports.
* @ignore
*/
var WrapService = azureSb.WrapService;
exports.WrapService = WrapService;
/**
* Creates a new WrapService object.
*
* @param {string} acsHost The access control host.
* @param {string} [issuer] The service bus issuer.
* @param {string} [accessKey] The service bus issuer password.
*/