Signal-Desktop/packages/windows-ucv
2026-06-22 10:48:25 -07:00
..
.gitignore Move windows-ucv into the monorepo 2026-06-11 16:05:04 -07:00
.prettierrc.json Move windows-ucv into the monorepo 2026-06-11 16:05:04 -07:00
addon.cpp Move windows-ucv into the monorepo 2026-06-11 16:05:04 -07:00
binding.gyp Move windows-ucv into the monorepo 2026-06-11 16:05:04 -07:00
index.ts Move windows-ucv into the monorepo 2026-06-11 16:05:04 -07:00
LICENSE Move windows-ucv into the monorepo 2026-06-11 16:05:04 -07:00
package.json Upgrade audit deps 2026-06-22 10:48:25 -07:00
README.md Move windows-ucv into the monorepo 2026-06-11 16:05:04 -07:00
tsconfig.json Move windows-ucv into the monorepo 2026-06-11 16:05:04 -07:00

@signalapp/windows-ucv

npm

Installation

npm install @signalapp/windows-ucv

Usage

import { checkAvailability, requestVerification } from '@signalapp/windows-ucv';

console.log(await checkAvailability());
console.log(await requestVerification('message'));

See https://learn.microsoft.com/en-us/uwp/api/windows.security.credentials.ui.userconsentverifier.requestverificationasync?view=winrt-26100

License

Copyright 2025 Signal Messenger, LLC

Licensed under the GNU AGPLv3: https://www.gnu.org/licenses/agpl-3.0.html