Class InvitationV1

InvitationV1 is a protobuf message to be encrypted and used as the ciphertext in a SealedInvitationV1 message

Implements

  • InvitationV1

Constructors

Properties

aes256GcmHkdfSha256: InvitationV1_Aes256gcmHkdfsha256

Specify the encryption method to process the key material properly.

consentProof: undefined | ConsentProofPayload

The user's consent proof

context: undefined | InvitationContext

A context object defining metadata

topic: string

topic name chosen for this conversation. It MUST be randomly generated bytes (length >= 32), then base64 encoded without padding

Methods