Skip to content

Installation

Credentials

Before you can use this plugin, you need to acquire the following credentials from Sequence:

  • WaaSTenantKey: This key will be given to you by the Sequence team during WaaS onboarding
  • ProjectAccessKey: This key can be found in Sequence Builder under Settings > API Access Keys

You can then add these credentials in the [Config.h] file under SequencePlugin/Source/SequencePlugin/Private/Config/Config.h.

Security

You must provide an encryption key implementation at [SequenceEncryptor.cpp] function [GetStoredKey]. This function must be implemented to provide a securely stored private key that will be used to encrypt and decrypt client information. Failure to do so will result in NO information being stored or in the event you do not use a securely stored key, can result in client information being stored insecurely on their systems.