Member Junction
    Preparing search index...

    Options for initializing a signature driver from an account + provider pair.

    interface AccountSignatureDriverOptions {
        accountEntity: MJSignatureAccountEntity;
        contextUser: UserInfo;
        providerEntity: MJSignatureProviderEntity;
    }
    Index

    Properties

    The signature account entity (carries CredentialID + Configuration).

    contextUser: UserInfo

    Context user for DB operations and credential decryption.

    The signature provider entity (carries ServerDriverKey + Configuration).