Skip to main content

Module open_org_invite

Module open_org_invite 

Source
Expand description

OpenOrgInvite and its sealed form SealedOpenOrgInviteData, and the seal/unseal operations between them. Seal returns the sealed blob paired with a HighEntropySecret.

Structs§

OpenOrgInvite
Plaintext open-organization-invite payload. Passed into crate::registration::registration_client::RegistrationClient::seal_open_org_invite_data to seal to be used in the registration email verification link, and returned by crate::registration::registration_client::RegistrationClient::unseal_open_org_invite_data for the acceptance flow.
SealedOpenOrgInviteData
The two sealed envelopes that together carry an open-organization-invite payload.

Constants§

OPEN_ORG_INVITE_SECRET_SIZE_BYTES 🔒
Byte length of the per-registration [HighEntropySecret] the seal path generates.