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§
- Open
OrgInvite - Plaintext open-organization-invite payload. Passed into
crate::registration::registration_client::RegistrationClient::seal_open_org_invite_datato seal to be used in the registration email verification link, and returned bycrate::registration::registration_client::RegistrationClient::unseal_open_org_invite_datafor the acceptance flow. - Sealed
Open OrgInvite Data - 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.