UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

14 lines (13 loc) 304 B
/** * General constants used by user agent */ export default class UserAgentConstants { /** * Define default key tag for signature key */ static keyTagSigning: string; /** * Define default key tag for encyption key */ static keyTagEncryption: string; }