mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 14:04:03 +00:00
Add more docs
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
/// A base64 encoded proof that a signing key identity claims ownership of a public encryption key.
|
||||
/**
|
||||
* A base64 encoded proof that a signing key identity claims ownership of a public encryption key
|
||||
* Specifically, a claimer, signs a message with their signing key, where the message says (in part):
|
||||
* - "I own publicKey XYZ"
|
||||
* This shows that a user/signing identity wants to receive confidential data to this public key.
|
||||
*/
|
||||
export type SignedPublicKeyOwnershipClaim = string;
|
||||
|
||||
Reference in New Issue
Block a user