FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface SignInviteContext

    Context for building the sign invite request.

    Port of struct SignInviteContext from cmd/sign/coordinator/invite.rs lines 228-237.

    interface SignInviteContext {
        arids: SessionArids;
        groupId: ARID;
        targetEnvelope: Envelope;
        groupRecord: GroupRecord;
        owner: OwnerRecord;
        registry: Registry;
        participants: GroupParticipant[];
        validUntil: Date;
    }
    Index

    Properties

    groupId: ARID
    targetEnvelope: Envelope
    groupRecord: GroupRecord
    registry: Registry
    participants: GroupParticipant[]
    validUntil: Date