@microsoft/useragent-sdk
Version:
SDK for building decentralized identity wallets and enterprise agents.
21 lines • 807 B
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
/**
* General constants used by user agent
*/
class UserAgentConstants {
}
/**
* Define default key tag for signature key
*/
UserAgentConstants.keyTagSigning = 'sigKey';
/**
* Define default key tag for encyption key
*/
UserAgentConstants.keyTagEncryption = 'encKey';
exports.default = UserAgentConstants;
//# sourceMappingURL=UserAgentConstants.js.map