UNPKG

@azure/data-tables

Version:
9 lines 447 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.mjs.map