UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

15 lines 813 B
"use strict"; /*--------------------------------------------------------------------------------------------- * 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 }); /** * Enumeration of the supported credential types. */ var CredentialType; (function (CredentialType) { CredentialType["VerifiedCredential"] = "https://www.w3.org/2018/credentials/v1"; CredentialType["SelfIssued"] = "https://self-issued.me"; })(CredentialType = exports.CredentialType || (exports.CredentialType = {})); //# sourceMappingURL=ICredential.js.map