UNPKG

@azure/data-tables

Version:

An isomorphic client library for the Azure Tables service.

9 lines 446 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export function tablesNamedKeyCredentialPolicy(_credential) { throw new Error("Shared Access Key authentication is not supported in the browser"); } export function getAuthorizationHeader(_request, _credential) { throw new Error("Shared Access Key authentication is not supported in the browser"); } //# sourceMappingURL=tablesNamedCredentialPolicy.browser.js.map