@microsoft/useragent-sdk
Version:
SDK for building decentralized identity wallets and enterprise agents.
11 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Context of the permission grant object
*/
exports.PERMISSION_GRANT_CONTEXT = 'schema.identity.foundation/0.1';
/**
* Type of the permission grant object
*/
exports.PERMISSION_GRANT_TYPE = 'PermissionGrant';
//# sourceMappingURL=IPermissionGrant.js.map