Encryption Configuration
Setup encryption Configuration ID for encrypting data.
To add encryption Configuration Id use the code snippet below:
MetaMapRNSdk.showFlow("YOUR_CLIENT_ID",
"YOUR_FLOW_ID",
"encryptionConfigurationId",
{:});
Learn more about encryption feature here.
Updated 10 months ago